aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icq.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-11-18 21:04:54 +0000
committerGuy Harris <guy@alum.mit.edu>1999-11-18 21:04:54 +0000
commit1ecbfc0619ba3ae5ca08865fae2e4f879082ce13 (patch)
tree699d71180346c7a648147ff48486eb4b89364341 /packet-icq.c
parent61ba58ac8372171e2aa0acf3af78c7afb3e5a0e6 (diff)
Clean up some ANSI C nits pointed out by "gcc -pedantic".
svn path=/trunk/; revision=1060
Diffstat (limited to 'packet-icq.c')
-rw-r--r--packet-icq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-icq.c b/packet-icq.c
index 36abd8f527..3081697d2c 100644
--- a/packet-icq.c
+++ b/packet-icq.c
@@ -1,7 +1,7 @@
/* packet-icq.c
* Routines for ICQ packet disassembly
*
- * $Id: packet-icq.c,v 1.6 1999/11/16 11:42:32 guy Exp $
+ * $Id: packet-icq.c,v 1.7 1999/11/18 21:04:53 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Johan Feyaerts
@@ -395,7 +395,7 @@ static char*
findSubCmd(int num)
{
return findcmd(serverMetaSubCmdCode, num);
-};
+}
static char*
findClientCmd(int num)