Skip to content
Snippets Groups Projects
Commit 61bb2155 authored by Julien Michel's avatar Julien Michel
Browse files

COMP: no new line at end of file

parent 39269602
Branches
Tags
No related merge requests found
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#define _QUOTEME(x) #x #define _QUOTEME(x) #x
#define QUOTEME(x) _QUOTEME(x) #define QUOTEME(x) _QUOTEME(x)
#if defined(OTB_I18N) #if defined(OTB_I18N)
#define otbI18nMacro() \ #define otbI18nMacro() \
setlocale( LC_ALL, QUOTEME(OTB_LANG) );\ setlocale( LC_ALL, QUOTEME(OTB_LANG) );\
...@@ -49,4 +48,4 @@ gettext(msgString) ...@@ -49,4 +48,4 @@ gettext(msgString)
msgString msgString
#endif #endif
#endif #endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment