projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e2a9b5
)
Fix gettext
author
ShadowNinja
<shadowninja@minetest.net>
Thu, 5 Feb 2015 16:49:14 +0000
(11:49 -0500)
committer
ShadowNinja
<shadowninja@minetest.net>
Thu, 5 Feb 2015 16:49:14 +0000
(11:49 -0500)
src/gettext.h
patch
|
blob
|
history
diff --git
a/src/gettext.h
b/src/gettext.h
index 77fab895b9f96f33e4070f43c03e247faf98b54d..8e6282887632e81e0a9534ec6d6f699823b78aad 100644
(file)
--- a/
src/gettext.h
+++ b/
src/gettext.h
@@
-20,7
+20,7
@@
with this program; if not, write to the Free Software Foundation, Inc.,
#ifndef GETTEXT_HEADER
#define GETTEXT_HEADER
-
//
#include "config.h" // for USE_GETTEXT
+#include "config.h" // for USE_GETTEXT
#if USE_GETTEXT
#include <libintl.h>