]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak layout
authorEric Bollengier <eric@baculasystems.com>
Tue, 14 Feb 2012 15:04:42 +0000 (16:04 +0100)
committerKern Sibbald <kern@sibbald.com>
Thu, 16 Feb 2012 11:03:34 +0000 (12:03 +0100)
bacula/src/dird/ua_dotcmds.c

index a2e07385b5b871def1c8d40e6056597e1ff62fbe..dc4f75e5a23953583db3acd51c50efb4a897af1c 100644 (file)
@@ -123,7 +123,7 @@ static struct cmdstruct commands[] = { /* help */  /* can be used in runscript *
  { NT_(".bvfs_cleanup"), dot_bvfs_cleanup,       NULL,       true},
  { NT_(".bvfs_clear_cache"),dot_bvfs_clear_cache,NULL,       false},
  { NT_(".types"),      typescmd,                 NULL,       false}
-             };
+};
 #define comsize ((int)(sizeof(commands)/sizeof(struct cmdstruct)))
 
 /*