diff options
Diffstat (limited to 'source3/web/swat.c')
-rw-r--r-- | source3/web/swat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c index 2665df5d1b..7a2f081d26 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -611,7 +611,7 @@ static void printers_page(void) -int main(int argc, char *argv[]) + int main(int argc, char *argv[]) { extern char *optarg; extern int optind; |