diff options
Diffstat (limited to 'source/wsmbconf.c')
-rw-r--r-- | source/wsmbconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/wsmbconf.c b/source/wsmbconf.c index 25b3deaa29e..203952c204f 100644 --- a/source/wsmbconf.c +++ b/source/wsmbconf.c @@ -69,7 +69,7 @@ static void show_service(int snum, int allparameters) sname = SDEFAULTS; else sname = lp_servicename(snum); - printf("\n<p><table border=0>\n<tr>\n<td>\n\n"); + printf("\n<p><table border=0>\n<tr>\n<td></td><td>\n\n"); printf("<form method=POST>\n"); printf("<H3>%s</H3>\n", sname); printf("<input type=hidden name=service value=\"%s\">\n", sname); |