about summary refs log tree commit diff
path: root/src/engine/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/interface.h')
-rw-r--r--src/engine/interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/interface.h b/src/engine/interface.h
index abe447c4..af892dba 100644
--- a/src/engine/interface.h
+++ b/src/engine/interface.h
@@ -31,7 +31,7 @@ enum
 	BROWSESORT_NAME,
 	BROWSESORT_PING,
 	BROWSESORT_MAP,
-	BROWSESORT_NUMPLAYERS,
+	BROWSESORT_NUMPLAYERS
 };
 
 typedef struct
@@ -751,7 +751,7 @@ int inp_key_code(const char *key_name);
 /* message packing */
 enum
 {
-	MSGFLAG_VITAL=1,
+	MSGFLAG_VITAL=1
 };
 
 void msg_pack_start_system(int msg, int flags);