summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index 85cfe6199..80a0d557e 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -1232,7 +1232,7 @@ DEF_CONSOLE_CMD(ConScreenShot)
/* screenshot filename */
name = argv[1];
} else {
- /* screenshot argv[1] argv[2] - invalid*/
+ /* screenshot argv[1] argv[2] - invalid */
return false;
}
}