We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8a714 commit 9fd2b7eCopy full SHA for 9fd2b7e
1 file changed
tools/PLAViewer/PLAViewer.cpp
@@ -15,7 +15,7 @@ char versionNumber[4] = "1.2";
15
int main(int argc, char* argv[]) {
16
if (argc != 2) {
17
std::cout << "Usage: " << argv[0] << " <savegame.PLA>\n" << std::endl;
18
- std::cout << "Version - " << versionNumber << "\n" << std::endl;
+ printf("Version %s", versionNumber);
19
printf("Supported games:\n");
20
printf("Land of Magic Stones\n");
21
std::cout << "<savegame.PLA>\n\t .PLA savegame to view\n" << std::endl;
0 commit comments