Skip to content

Commit a7b25a2

Browse files
committed
fix lowercase typo
1 parent e2234da commit a7b25a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools-win/LOADER7VC/LOADER7VC/LOADER7VC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,6 @@ int main(int argc, char* argv[]) {
155155
}
156156
}
157157

158-
DisplayFileInfo(exePath);
158+
displayFileInfo(exePath);
159159
return 0;
160160
}

0 commit comments

Comments
 (0)