dkupka / certmonger

Forked from certmonger 6 years ago
Clone

4a190f6 Fix warning excess elements in struct initializer

1 file Authored by lslebodn 7 years ago, Committed by nalin 7 years ago,
1 file changed. 1 lines added. 1 lines removed.
    Fix warning excess elements in struct initializer
    
    src/main.c: In function 'main':
    src/main.c:80:75: warning: excess elements in struct initializer
       {"fork", 'f', POPT_ARG_NONE, NULL, 'f', N_("do become a daemon"), NULL, NULL},
                                                                               ^~~~
    src/main.c:80:75: note: (near initialization for 'popts[6]')
    
    Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
    
        
file modified
+1 -1