Skip to content

Commit

Permalink
Tweak fix compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed May 5, 2013
1 parent 630411a commit 65c9d5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stored/dircmd.c
Expand Up @@ -68,8 +68,10 @@ static char mountcmd[] =
"mount %127s drive=%d";
static char unmountcmd[] =
"unmount %127s drive=%d";
#if 0
static char actionopcmd[] =
"action_on_purge %127s vol=%127s action=%d";
#endif
static char releasecmd[] =
"release %127s drive=%d";
static char readlabelcmd[] =
Expand Down

0 comments on commit 65c9d5e

Please sign in to comment.