tag.h: remove extra ;
tag.h:49: warning: ISO C does not allow extra ';' outside of a function Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
c2765f370e
commit
7a20d2fd58
2
tag.h
2
tag.h
|
@ -46,7 +46,7 @@ void tag_append_to_screen(tag_t *, screen_t *);
|
||||||
int luaA_tag_userdata_new(lua_State *, tag_t *);
|
int luaA_tag_userdata_new(lua_State *, tag_t *);
|
||||||
|
|
||||||
DO_RCNT(tag_t, tag, tag_delete)
|
DO_RCNT(tag_t, tag, tag_delete)
|
||||||
ARRAY_FUNCS(tag_t *, tag, tag_unref);
|
ARRAY_FUNCS(tag_t *, tag, tag_unref)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// vim: filetype=c:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80
|
// vim: filetype=c:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80
|
||||||
|
|
Loading…
Reference in New Issue