Skip to content

Commit e6990ad

Browse files
committed
replace std::cout with printf in PLAViewer
1 parent 001fffc commit e6990ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/PLAViewer/PLAViewer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ int main(int argc, char* argv[]) {
1818
printf("Version %s", versionNumber);
1919
printf("Supported games:\n");
2020
printf("Land of Magic Stones\n");
21-
std::cout << "<savegame.PLA>\n\t .PLA savegame to view\n" << std::endl;
21+
printf("<savegame.PLA>\n\t .PLA savegame to view\n");
2222
return 1;
2323
}
2424

0 commit comments

Comments
 (0)