diff options
author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-08-07 07:05:38 +0000 |
---|---|---|
committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-08-07 07:05:38 +0000 |
commit | 4e14c144e1d6a9efb5998c001783baf7f9f366ff (patch) | |
tree | 83ad092b203e245242cc6b745c0b706aba22598c /usr.bin/quota | |
parent | 1e28302160d9f2336c597a5fa42b4b866fd0e2de (diff) |
Notes
Diffstat (limited to 'usr.bin/quota')
-rw-r--r-- | usr.bin/quota/quota.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index 69963593c71e7..4decd8b5a6523 100644 --- a/usr.bin/quota/quota.c +++ b/usr.bin/quota/quota.c @@ -112,8 +112,7 @@ main(int argc, char *argv[]) { int ngroups; gid_t mygid, gidset[NGROUPS]; - int i, gflag = 0, uflag = 0; - char ch; + int i, ch, gflag = 0, uflag = 0; while ((ch = getopt(argc, argv, "glquv")) != -1) { switch(ch) { |