aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-24 01:14:27 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-24 01:14:27 +0000
commita56e99aa7a9b838f444774b4477c185a1e82962e (patch)
tree647612614ecf9f60ec65be50505f1e997ad38311 /version_info.c
parent64b2a29fc8993ca81d8acc91dbb4793805c8f48d (diff)
Put a period at the end of the "Running with" stuff.
svn path=/trunk/; revision=10212
Diffstat (limited to 'version_info.c')
-rw-r--r--version_info.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/version_info.c b/version_info.c
index 88545ba57c..2bba50551b 100644
--- a/version_info.c
+++ b/version_info.c
@@ -1,7 +1,7 @@
/* version_info.c
* Routines to report version information for stuff used by Ethereal
*
- * $Id: version_info.c,v 1.2 2004/02/03 22:30:28 guy Exp $
+ * $Id: version_info.c,v 1.3 2004/02/24 01:14:27 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -342,4 +342,5 @@ get_runtime_version_info(GString *str)
#else
g_string_append(str, "an unknown OS");
#endif
+ g_string_append(str, ".");
}