summaryrefslogtreecommitdiff
path: root/xgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'xgc.h')
-rw-r--r--xgc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xgc.h b/xgc.h
index 4df899d..33cf33d 100644
--- a/xgc.h
+++ b/xgc.h
@@ -36,7 +36,7 @@ typedef struct {
char name[40]; /* name as it will appear on the screen */
char text[40]; /* Xgc command it translates to */
} command_data[MAXCHOICES];
-} ChoiceStuff; /* All the info needed to deal with a
+} ChoiceStuff; /* All the info needed to deal with a
choice widget */
typedef struct {
const char *name;