lttv: C99 compatibility fix
[lttv.git] / lttv / lttv / state.c
index 513c1bf3bb03ec7a1775975fc43cb030208236ed..a1a31df2cbe6be30671771223f384e2124f4d8bb 100644 (file)
@@ -271,7 +271,7 @@ gboolean rettrue(gpointer key, gpointer value, gpointer user_data)
        return TRUE;
 }
 
-static guint check_expand(nb, id)
+static guint check_expand(int nb, int id)
 {
        if(likely(nb > id))
                return nb;
This page took 0.023512 seconds and 4 git commands to generate.