Remove the inline keyword from exif_tag_table_count()
[platform/upstream/libexif.git] / libexif / exif-tag.c
index aab1543..2236921 100644 (file)
@@ -889,7 +889,7 @@ static const struct TagEntry {
  * Return the number of entries in the EXIF tag table, including the
  * terminating NULL entry.
  */
-inline unsigned int
+unsigned int
 exif_tag_table_count (void)
 {
        return sizeof (ExifTagTable) / sizeof (ExifTagTable[0]);