Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / libexif / sources / libexif / canon / mnote-canon-tag.c
index 22d22d5..79c92bf 100644 (file)
@@ -161,7 +161,7 @@ mnote_canon_tag_get_title (MnoteCanonTag t)
        unsigned int i;
 
 #if defined(BIND_TEXTDOMAIN)
-        bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
+       bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); 
 #endif
        for (i = 0; i < sizeof (table) / sizeof (table[0]); i++)
                if (table[i].tag == t) return (_(table[i].title));