sbin/hammer: Declare char* at the top of block scope
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 20 Mar 2016 07:11:19 +0000 (16:11 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 20 Mar 2016 08:30:19 +0000 (17:30 +0900)
commit0b7c8f4cef679a6118c7d05631c644b3206d41d3
tree84617a20bb77f4ff3f1df95f2b965b8b3f93e95a
parent2e03c86825036cd962bed294fbe67cad8b721a30
sbin/hammer: Declare char* at the top of block scope

though gcc compiles without this.

Also change char* to const char*.
These char*s are pointers to argv[].
sbin/hammer/cmd_volume.c