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

Fixed typo.

parent 00117f91
No related branches found
No related tags found
No related merge requests found
......@@ -425,7 +425,7 @@ typedef enum { /* Values for xtrn_t.event */
#define QWK_EXT (1L<<13) /* QWK Extended (QWKE) format */
#define QWK_MSGID (1L<<14) /* Include "@MSGID" in msgs */
#define QWK_HEADERS (1L<<16) /* Include HEADERS.DAT file */
#define QWK_VOTING (1L<<17) /* Include POLLS.DAT and VOTES.DAT */
#define QWK_VOTING (1L<<17) /* Include VOTING.DAT */
#define QWK_DEFAULT (QWK_FILES|QWK_ATTACH|QWK_EMAIL|QWK_DELMAIL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment