From 062b7e6d238f8d4fa3580087a4e2962ae322625f Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 16 Sep 2017 15:02:42 -0400 Subject: mq_window_new(): Accept NULL-terminated uris array --- (limited to 'src/window.c') diff --git a/src/window.c b/src/window.c index 416acf5..1158b38 100644 --- a/src/window.c +++ b/src/window.c @@ -26,8 +26,7 @@ #include "window.h" MqWindow * -mq_window_new(gint __attribute__((unused)) uri_c, - gchar __attribute__((unused)) *uri_v[]) +mq_window_new(gchar __attribute__((unused)) **uris) { MqWindow *window; -- cgit v0.9.1