aboutsummaryrefslogtreecommitdiff
path: root/gstopwatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'gstopwatch.c')
-rw-r--r--gstopwatch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gstopwatch.c b/gstopwatch.c
index a354ea5..eb3d0cc 100644
--- a/gstopwatch.c
+++ b/gstopwatch.c
@@ -109,12 +109,12 @@ void on_funcs_button_clicked (void) {
}
}
-int main (int argc, char *argv[]) {
+int main (void) {
GtkWidget *window, *vbox, *hbox, *scroll;
GtkTreeViewColumn *column;
GtkCellRenderer *renderer;
- gtk_init(&argc, &argv);
+ gtk_init(NULL, NULL);
vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 5);
hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 5);