Skip to content
Snippets Groups Projects
Commit cdb34696 authored by rswindell's avatar rswindell
Browse files

fixed typo in comment (whoopee)

parent 727af0d1
No related branches found
No related tags found
No related merge requests found
...@@ -578,7 +578,7 @@ enum { /* Values for xtrn_t.event */ ...@@ -578,7 +578,7 @@ enum { /* Values for xtrn_t.event */
#define ON_XFER 3 /* Online remotely - transferring file */ #define ON_XFER 3 /* Online remotely - transferring file */
#define ON_WFC 4 /* Online waiting for a call */ #define ON_WFC 4 /* Online waiting for a call */
/* Varios SYSTEM parameters for sys_status */ /* Various SYSTEM parameters for sys_status */
#define SS_UNUSED (1L<<0) /* Unused */ #define SS_UNUSED (1L<<0) /* Unused */
#define SS_INITIAL (1L<<1) /* The bbs data has been initialized. */ #define SS_INITIAL (1L<<1) /* The bbs data has been initialized. */
#define SS_TMPSYSOP (1L<<2) /* Temporary Sysop Status */ #define SS_TMPSYSOP (1L<<2) /* Temporary Sysop Status */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment