summaryrefslogtreecommitdiff
blob: 08c6c8dcd632bb8ff84bff90bcc8285a9c9560bf (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/command.c
+++ b/src/command.c
@@ -732,7 +732,7 @@
 }
 
 
-static int command_count;
+int command_count;
 
 commandtyp command_list[] = {
 	{"quit",c_quit,do_quit},