From 662c7704f871f58bf85421701d04f0881a6a1bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Fri, 18 Oct 2013 13:06:05 +0000 Subject: After looking for something in the column-*.h files and not finding it, I finally found it in column_info.h Renamed column_info.h to column-info.h to have consistency with the column*h files. svn path=/trunk/; revision=52667 --- epan/column.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/column.c') diff --git a/epan/column.c b/epan/column.c index fefe9de2c4..d012f8f3ed 100644 --- a/epan/column.c +++ b/epan/column.c @@ -39,7 +39,7 @@ #include #include -/* Given a format number (as defined in column_info.h), returns its equivalent +/* Given a format number (as defined in column-info.h), returns its equivalent string */ const gchar * col_format_to_string(const gint fmt) { @@ -113,7 +113,7 @@ col_format_to_string(const gint fmt) { return(slist[fmt]); } -/* Given a format number (as defined in column_info.h), returns its +/* Given a format number (as defined in column-info.h), returns its description */ const gchar * col_format_desc(const gint fmt) { -- cgit v1.2.1