Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blentranslation/BLT_lang.h')
-rw-r--r--source/blender/blentranslation/BLT_lang.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/source/blender/blentranslation/BLT_lang.h b/source/blender/blentranslation/BLT_lang.h
index 3000c2f66a6..544f2701258 100644
--- a/source/blender/blentranslation/BLT_lang.h
+++ b/source/blender/blentranslation/BLT_lang.h
@@ -47,9 +47,12 @@ const char *BLT_lang_get(void);
* Non-null elements are always MEM_mallocN'ed, it's the caller's responsibility to free them.
* NOTE: Always available, even in non-WITH_INTERNATIONAL builds.
*/
-void BLT_lang_locale_explode(
- const char *locale, char **language, char **country, char **variant,
- char **language_country, char **language_variant);
+void BLT_lang_locale_explode(const char *locale,
+ char **language,
+ char **country,
+ char **variant,
+ char **language_country,
+ char **language_variant);
/* Get EnumPropertyItem's for translations menu. */
struct EnumPropertyItem *BLT_lang_RNA_enum_properties(void);