aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-06-13 03:43:44 +0000
committerGuy Harris <guy@alum.mit.edu>2003-06-13 03:43:44 +0000
commit896eee275d7808a9bf5a3518841d59ece7cfee2a (patch)
tree3450877acdb484d16bc0aef286877bf1e73471bd /util.c
parentaf2ff9a201279aab8b6b5ca13315d0fd8e5f23db (diff)
Put in a missing comma.
svn path=/trunk/; revision=7869
Diffstat (limited to 'util.c')
-rw-r--r--util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.c b/util.c
index b948da1f0e..db381e3a3b 100644
--- a/util.c
+++ b/util.c
@@ -1,7 +1,7 @@
/* util.c
* Utility routines
*
- * $Id: util.c,v 1.62 2003/05/26 22:55:43 gerald Exp $
+ * $Id: util.c,v 1.63 2003/06/13 03:43:44 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -110,7 +110,7 @@ get_compiled_version_info(GString *str)
g_string_append(str, "(version unknown)");
#endif /* HAVE_PCAP_VERSION */
#else /* HAVE_LIBPCAP */
- g_string_append(str, "without libpcap");
+ g_string_append(str, ", without libpcap");
#endif /* HAVE_LIBPCAP */
#ifdef HAVE_LIBZ