diff options
| author | Scott Long <scottl@FreeBSD.org> | 2013-12-30 16:49:31 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2013-12-30 16:49:31 +0000 |
| commit | 9ccde1182634c8b60b93e3fbf6302e9ff6952a19 (patch) | |
| tree | 14d43e9d7554eca35db0b04843b3bcf83135b941 /sbin | |
| parent | e0c758686cc8a2b7f093a504247b2f541d79254b (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/camcontrol/camcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c index e96eb0d033f6..16ff96d543b0 100644 --- a/sbin/camcontrol/camcontrol.c +++ b/sbin/camcontrol/camcontrol.c @@ -420,7 +420,7 @@ getdevtree(int argc, char **argv, char *combinedopt) int error = 0; int skip_device = 0; int busonly = 0; - char c; + int c; while ((c = getopt(argc, argv, combinedopt)) != -1) { switch(c) { |
