Make "timestamp_type" static, as all access to it should be through the

routines in this file.

svn path=/trunk/; revision=10419
This commit is contained in:
Guy Harris 2004-03-20 08:32:03 +00:00
parent 4f9cce3ea8
commit b88934db25
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{