From 7a20d2fd584b8e78c82f4374edd4c81ac9fa1878 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Sun, 18 Jan 2009 10:56:31 +0100 Subject: [PATCH] tag.h: remove extra ; tag.h:49: warning: ISO C does not allow extra ';' outside of a function Signed-off-by: Julien Danjou --- tag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag.h b/tag.h index 88eb7cc0..1f6025c1 100644 --- a/tag.h +++ b/tag.h @@ -46,7 +46,7 @@ void tag_append_to_screen(tag_t *, screen_t *); int luaA_tag_userdata_new(lua_State *, tag_t *); DO_RCNT(tag_t, tag, tag_delete) -ARRAY_FUNCS(tag_t *, tag, tag_unref); +ARRAY_FUNCS(tag_t *, tag, tag_unref) #endif // vim: filetype=c:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80