From 6b74b53f591e1c34b12e3c5abdc75b8f627f7b9b Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sat, 21 Jan 2012 17:06:35 +0000 Subject: fix that min/max problem reported by reardonia --- src/util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index aeb984d..5cb8774 100644 --- a/src/util.h +++ b/src/util.h @@ -48,7 +48,8 @@ extern const char *speed_M_str; extern const char *speed_G_str; extern const char *speed_T_str; -void add_file_id_to_array(JsonObject * args, const gchar * key, gint index); +void add_file_id_to_array(JsonObject * args, const gchar * key, + gint index); void g_str_slist_free(GSList * list); GRegex *trg_uri_host_regex_new(void); gchar *trg_gregex_get_first(GRegex * rx, const gchar * uri); -- cgit v1.2.3