aboutsummaryrefslogtreecommitdiffstats
path: root/cmd.h
diff options
context:
space:
mode:
authorGustav HÃ¥llberg <gustav@gmail.com>2009-01-16 23:46:26 (GMT)
committerGustav HÃ¥llberg <gustav@gmail.com>2009-01-16 23:46:26 (GMT)
commit7d85d4e9500b2d1d802b8c5b15307ee9c770c245 (patch)
treebc6fb380a5f6e3e5001595d0defba3c00483b717 /cmd.h
parentefc0358298b9b6fe666233c3967a52e514d1fa8f (diff)
downloadpowwow-7d85d4e9500b2d1d802b8c5b15307ee9c770c245.zip
powwow-7d85d4e9500b2d1d802b8c5b15307ee9c770c245.tar.gz
powwow-7d85d4e9500b2d1d802b8c5b15307ee9c770c245.tar.bz2
fixed formatting errors in '#help'
Diffstat (limited to 'cmd.h')
-rw-r--r--cmd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd.h b/cmd.h
index f8186a5..372139b 100644
--- a/cmd.h
+++ b/cmd.h
@@ -4,7 +4,8 @@
#define _CMD_H_
typedef struct cmdstruct {
- char *sortname; /* set to NULL if you want to sort by command name */
+ char *sortname; /* set to NULL if you want to sort by
+ * command name */
char *name; /* command name */
char *help; /* short help */
function_str funct; /* function to call */