summaryrefslogtreecommitdiff
path: root/source3/wsmbconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/wsmbconf.c')
-rw-r--r--source3/wsmbconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wsmbconf.c b/source3/wsmbconf.c
index 25b3deaa29..203952c204 100644
--- a/source3/wsmbconf.c
+++ b/source3/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);