]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix Win32 build after new debug patch in smartall.c
authorKern Sibbald <kern@sibbald.com>
Sun, 16 Oct 2011 11:50:41 +0000 (13:50 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:03 +0000 (14:50 +0200)
bacula/src/lib/message.c

index 05e0c2aabfb9b5e383bfbbad38dfcf1050d102c7..3c5984e240ccb349d3e1d242bccb87b0e61b5eda 100644 (file)
@@ -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;