summaryrefslogtreecommitdiff
path: root/common/chargen.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/chargen.c')
-rw-r--r--common/chargen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/chargen.c b/common/chargen.c
index 824017b91b..19f90cfe69 100644
--- a/common/chargen.c
+++ b/common/chargen.c
@@ -37,7 +37,7 @@
*
* Hitting 'x' on the keyboard stops the generator.
*/
-static int command_chargen(int argc, char **argv)
+static int command_chargen(int argc, const char **argv)
{
int wrap_value = 0;
int wrap_counter = 0;