summaryrefslogtreecommitdiff
path: root/gtk/colors.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/colors.c')
-rw-r--r--gtk/colors.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/colors.c b/gtk/colors.c
index cad130077d..0aa4b5e119 100644
--- a/gtk/colors.c
+++ b/gtk/colors.c
@@ -1,22 +1,22 @@
/* colors.c
* Definitions for color structures and routines
*
- * $Id: colors.c,v 1.22 2002/08/02 22:34:53 jmayer Exp $
+ * $Id: colors.c,v 1.23 2002/08/28 21:03:46 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
- *
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@@ -126,7 +126,7 @@ prime_edt(gpointer data, gpointer user_data)
if (colorf->c_colorfilter != NULL)
epan_dissect_prime_dfilter(edt, colorf->c_colorfilter);
-}
+}
/* Prime the epan_dissect_t with all the compiler
* color filters in 'filter_list'. */
@@ -171,7 +171,7 @@ read_filters(void)
do {
if (fgets(buf,sizeof buf, f) == NULL)
break;
-
+
if (strspn(buf," \t") == (size_t)((strchr(buf,'*') - buf))) {
/* leading # comment */
continue;