* added gcc printf format checking to wprintf
[citadel.git] / webcit / tabs.c
index c87cf4a4c269e43bdcd544e226faca256be8c17f..fd50c31b901c05ec9e33d4149147c3e31912d5aa 100644 (file)
@@ -36,9 +36,8 @@ void tabbed_dialog(int num_tabs, char *tabnames[]) {
                        ">",
                        i,
                        ( (i==0) ? "tab_cell_label" : "tab_cell_edit" ),
-                       i,
                        i
-               );
+                       );
                wprintf("%s", tabnames[i]);
                wprintf("</td>");