diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-06 17:01:06 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-06 17:01:06 +0000 |
| commit | f9162202b0ceb25fae4a0848a4a99dbe1158bd22 (patch) | |
| tree | 1e6350bb0608f2a599e0a303fcf5b18aab691102 /src/engine/protocol.h | |
| parent | 449146a2753deb657e0ef641bd6065467ef75322 (diff) | |
| download | zcatch-f9162202b0ceb25fae4a0848a4a99dbe1158bd22.tar.gz zcatch-f9162202b0ceb25fae4a0848a4a99dbe1158bd22.zip | |
fixed some C errors
Diffstat (limited to 'src/engine/protocol.h')
| -rw-r--r-- | src/engine/protocol.h | 2 |
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 }; |