diff options
author | Sumit Bose <sbose@redhat.com> | 2010-03-24 13:03:19 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-25 12:14:14 -0400 |
commit | 7c837ddd5b1737b56fc475f7e347efdb067e2330 (patch) | |
tree | 178162f35109bb3825ddcee8ef09c4252b052139 /src/monitor | |
parent | 541578ee21975ab008db2dcec69bd3c3f8283122 (diff) | |
download | sssd-7c837ddd5b1737b56fc475f7e347efdb067e2330.tar.gz sssd-7c837ddd5b1737b56fc475f7e347efdb067e2330.tar.xz sssd-7c837ddd5b1737b56fc475f7e347efdb067e2330.zip |
Fix warnings from -Wmissing-field-initializers
This patch removes some tab-indentations from pamsrv.c, too.
Diffstat (limited to 'src/monitor')
-rw-r--r-- | src/monitor/monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monitor/monitor.c b/src/monitor/monitor.c index 58bef34f4..d08630929 100644 --- a/src/monitor/monitor.c +++ b/src/monitor/monitor.c @@ -2189,7 +2189,7 @@ int main(int argc, const char *argv[]) _("Run interactive (not a daemon)"), NULL}, \ {"config", 'c', POPT_ARG_STRING, &opt_config_file, 0, \ _("Specify a non-default config file"), NULL}, \ - { NULL } + POPT_TABLEEND }; pc = poptGetContext(argv[0], argc, argv, long_options, 0); |