diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-06-03 09:41:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-03 09:41:09 +0800 |
commit | 4bba3268d5ad0a450f0f3d1b07cd600add47062b (patch) | |
tree | 079f7af36bf97dfa3bbe15650b0643351c045b34 /cli-runopts.c | |
parent | 92c4f20089ec1f408e0147911631b750617b0ec9 (diff) | |
parent | 5f76e4c1ede157ca5a51c2189984e8ee57778d86 (diff) |
Merge pull request #40 from fperrad/20161119_lint
more lintings
Diffstat (limited to 'cli-runopts.c')
-rw-r--r-- | cli-runopts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-runopts.c b/cli-runopts.c index 4a89ba3..ca50709 100644 --- a/cli-runopts.c +++ b/cli-runopts.c @@ -106,7 +106,7 @@ static void printhelp() { void cli_getopts(int argc, char ** argv) { unsigned int i, j; - char ** next = 0; + char ** next = NULL; enum { OPT_EXTENDED_OPTIONS, #if DROPBEAR_CLI_PUBKEY_AUTH |