aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-09-30 22:34:15 +0000
committerGuy Harris <guy@alum.mit.edu>2007-09-30 22:34:15 +0000
commit61e8c424b306fe862402125d0b6668022575d47b (patch)
tree4f093b8a5e473ea202b09b73d80f9ca7a886ceff /dumpcap.c
parent58585ac5c58a331a66f9dfa2a38e10090d8c1059 (diff)
"get_compiled_version_info()" appends to the string text starting with
"with", so we shouldn't put our own "with" in there. svn path=/trunk/; revision=23037
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpcap.c b/dumpcap.c
index 78b539460d..7047a6297a 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -331,7 +331,7 @@ main(int argc, char *argv[])
GString *comp_info_str;
GString *runtime_info_str;
/* Assemble the compile-time version information string */
- comp_info_str = g_string_new("Compiled with ");
+ comp_info_str = g_string_new("Compiled ");
get_compiled_version_info(comp_info_str, NULL);
/* Assemble the run-time version information string */