aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-06-13 03:43:44 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-06-13 03:43:44 +0000
commit0a9e70634e258e3e425f4251dc2bfaee1f663460 (patch)
tree3450877acdb484d16bc0aef286877bf1e73471bd /util.c
parentbf175e744625ed76a056cff0d0209c34cbd93e58 (diff)
Put in a missing comma.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7869 f5534014-38df-0310-8fa8-9805f1628bb7
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