]> git.pond.sub.org Git - empserver/blobdiff - include/optlist.h
Fix trailing whitespace
[empserver] / include / optlist.h
index 083dcd9b98ba4fcbfcb27b9225a0e373335189e1..571c468b5ad900ba2b9c92498332722cc7916532 100644 (file)
  *  ---
  *
  *  optlist.h: Definitions of option listings
- * 
+ *
  *  Known contributors to this file:
  *     Ken Stevens, 1995
  *     Steve McClure, 1998
+ *     Markus Armbruster, 2004-2008
  */
 
 #ifndef OPTLIST_H
@@ -69,7 +70,7 @@ enum {
 
 struct keymatch {
     char *km_key;              /* the key */
-    nsc_type km_type;          /* type of associated data */
+    enum nsc_type km_type;     /* type of associated data */
     void *km_data;             /* pointer to associated data */
     int km_flags;              /* useful flags */
     char *km_comment;          /* Comment (hopefully useful) */