We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001fffc commit e6990adCopy full SHA for e6990ad
1 file changed
tools/PLAViewer/PLAViewer.cpp
@@ -18,7 +18,7 @@ int main(int argc, char* argv[]) {
18
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;
+ printf("<savegame.PLA>\n\t .PLA savegame to view\n");
22
return 1;
23
}
24
0 commit comments