From: Scott Wheeler Date: Thu, 22 Mar 2007 17:30:29 +0000 (+0000) Subject: Fix signature. X-Git-Tag: v1.5~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d3518d1ad3a748f2881f73eb520834952597794;p=taglib Fix signature. BUG:143103 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@645468 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/bindings/c/tag_c.h b/bindings/c/tag_c.h index 07dce46b..2c6a1708 100644 --- a/bindings/c/tag_c.h +++ b/bindings/c/tag_c.h @@ -218,7 +218,7 @@ void taglib_tag_set_track(TagLib_Tag *tag, unsigned int track); /*! * Frees all of the strings that have been created by the tag. */ -void taglib_tag_free_strings(); +void taglib_tag_free_strings(void); /****************************************************************************** * Audio Properties API