lttv: C99 compatibility fix
[lttv.git] / lttv / lttv / state.c
index 878a9bbbf1b19fe10f55a1cf122009f6c1e7f5e4..a1a31df2cbe6be30671771223f384e2124f4d8bb 100644 (file)
@@ -12,8 +12,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, 
- * MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+ * MA 02110-1301, USA.
  */
 
 #define _GNU_SOURCE
@@ -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.022872 seconds and 4 git commands to generate.