diff options
| author | Roland McGrath <[email protected]> | 2012-01-20 13:38:29 -0800 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2012-01-20 13:38:29 -0800 |
| commit | 5bdee8e7af380c17a3b1d76e3a16764c81fe23c1 (patch) | |
| tree | b244981b7a5e343e0611738f5e2be2f6596f7359 /src/arlib-argp.c | |
| parent | 3284b799c025076229c3ad983e5a15a5b67018ca (diff) | |
Fix warning nit.
Diffstat (limited to 'src/arlib-argp.c')
| -rw-r--r-- | src/arlib-argp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arlib-argp.c b/src/arlib-argp.c index af05807d..a0e669cf 100644 --- a/src/arlib-argp.c +++ b/src/arlib-argp.c @@ -97,5 +97,5 @@ static const struct argp argp = const struct argp_child arlib_argp_children[] = { { &argp, 0, "", 2 }, - { NULL, } + { NULL, 0, NULL, 0 } }; |
