diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-10-11 07:35:02 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-10-11 07:35:02 +0000 |
commit | faf70584f2eaa0cafb8f40a411bcbfc61264ffca (patch) | |
tree | aecc3ed74fa0c03d46b0b72f5369bb6c9787c799 /util.c | |
parent | 54ecbe2d4e4d1eaf2d1e8ae0789d4378f3b9c874 (diff) | |
download | wireshark-faf70584f2eaa0cafb8f40a411bcbfc61264ffca.tar.gz wireshark-faf70584f2eaa0cafb8f40a411bcbfc61264ffca.tar.bz2 wireshark-faf70584f2eaa0cafb8f40a411bcbfc61264ffca.zip |
Fix it to build on Windows.
svn path=/trunk/; revision=2488
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 <gerald@zing.org> @@ -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; |