diff options
Diffstat (limited to 'include/i18n.h')
-rw-r--r-- | include/i18n.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/i18n.h b/include/i18n.h index 5caf86e92..db22940a3 100644 --- a/include/i18n.h +++ b/include/i18n.h @@ -18,8 +18,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifndef G10_I18N_H -#define G10_I18N_H +#ifndef GPG_I18N_H +#define GPG_I18N_H #ifdef USE_SIMPLE_GETTEXT int set_gettext_file( const char *filename ); @@ -47,4 +47,4 @@ #endif #endif /* !USE_SIMPLE_GETTEXT */ -#endif /*G10_I18N_H*/ +#endif /*GPG_I18N_H*/ |