From 73fa6fc821cc8a775688f97fc63d76b625305b30 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 11 Oct 2000 07:35:02 +0000 Subject: Fix it to build on Windows. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2488 f5534014-38df-0310-8fa8-9805f1628bb7 --- util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util.c') diff --git a/util.c b/util.c index 8f2add4462..eb85be846e 100644 --- a/util.c +++ b/util.c @@ -1,7 +1,7 @@ /* util.c * Utility routines * - * $Id: util.c,v 1.46 2000/09/28 03:16:06 gram Exp $ + * $Id: util.c,v 1.47 2000/10/11 07:35:00 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -137,7 +137,7 @@ test_for_directory(const char *path) * character in the pathname, or NULL if the pathname contains no * separators. */ -static char * +char * find_last_pathname_separator(char *path) { char *separator; -- cgit v1.2.3