aboutsummaryrefslogtreecommitdiffstats
path: root/epan/timestamp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-20 08:32:03 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-20 08:32:03 +0000
commitb88934db252a8b41c3a537f0bee21323377c8ad9 (patch)
treea546adea6c6c345c1e7ab573b059e76a8f5cc80c /epan/timestamp.c
parent4f9cce3ea8bcbdc7b8286d7a55ba26591d714532 (diff)
Make "timestamp_type" static, as all access to it should be through the
routines in this file. svn path=/trunk/; revision=10419
Diffstat (limited to 'epan/timestamp.c')
-rwxr-xr-xepan/timestamp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/timestamp.c b/epan/timestamp.c
index 45ef5650c7..8be46ef9c0 100755
--- a/epan/timestamp.c
+++ b/epan/timestamp.c
@@ -1,7 +1,7 @@
/* timestamp.c
* Routines for timestamp type setting.
*
- * $Id: timestamp.c,v 1.1 2004/03/18 21:14:37 obiot Exp $
+ * $Id: timestamp.c,v 1.2 2004/03/20 08:32:03 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -30,7 +30,7 @@
/* Init with an invalid value, so that "recent" in gtk/menu.c can detect this
* and distinguish it from a command line value */
-ts_type timestamp_type = TS_NOT_SET;
+static ts_type timestamp_type = TS_NOT_SET;
ts_type get_timestamp_setting(void)
{