From: Kern Sibbald Date: Sun, 16 Oct 2011 11:50:41 +0000 (+0200) Subject: Fix Win32 build after new debug patch in smartall.c X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=68ef2848369f7f1f61e3a275c0314f6c8c434b7e;hp=2a18444bffdf00cb08e9f66bf72edb5edce41b7a;p=bacula%2Fbacula Fix Win32 build after new debug patch in smartall.c --- diff --git a/bacula/src/lib/message.c b/bacula/src/lib/message.c index 05e0c2aabf..3c5984e240 100644 --- a/bacula/src/lib/message.c +++ b/bacula/src/lib/message.c @@ -913,8 +913,7 @@ send_to_file: * to the full path. Try to return base + next higher path. */ -const char * -get_basename(const char *pathname) +const char *get_basename(const char *pathname) { const char *basename, *basename2;