about summary refs log tree commit diff
path: root/src/engine/protocol.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-10-06 17:01:06 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-10-06 17:01:06 +0000
commitf9162202b0ceb25fae4a0848a4a99dbe1158bd22 (patch)
tree1e6350bb0608f2a599e0a303fcf5b18aab691102 /src/engine/protocol.h
parent449146a2753deb657e0ef641bd6065467ef75322 (diff)
downloadzcatch-f9162202b0ceb25fae4a0848a4a99dbe1158bd22.tar.gz
zcatch-f9162202b0ceb25fae4a0848a4a99dbe1158bd22.zip
fixed some C errors
Diffstat (limited to 'src/engine/protocol.h')
-rw-r--r--src/engine/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/protocol.h b/src/engine/protocol.h
index cc29e7d7..b9aba258 100644
--- a/src/engine/protocol.h
+++ b/src/engine/protocol.h
@@ -20,7 +20,7 @@ enum
 	NETMSG_CMD,
 	
 	/* sent by both */
-	NETMSG_ERROR,
+	NETMSG_ERROR
 };