summaryrefslogtreecommitdiff
path: root/include/app_i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/app_i18n.h')
-rw-r--r--include/app_i18n.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/app_i18n.h b/include/app_i18n.h
index 69e0ce7..4dfbf7e 100644
--- a/include/app_i18n.h
+++ b/include/app_i18n.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2011 - 2016 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the License);
* you may not use this file except in compliance with the License.
@@ -54,7 +54,7 @@ extern "C"
* @return The localized translation for the given @a message on success,
* otherwise the given @a message
*/
-char* i18n_get_text(const char *message);
+char *i18n_get_text(const char *message);
/**
* @}
@@ -65,3 +65,4 @@ char* i18n_get_text(const char *message);
#endif
#endif /* __TIZEN_APPFW_I18N_H__ */
+