diff options
author | Bruno Haible <bruno@clisp.org> | 2009-12-12 12:22:07 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-12-12 16:13:42 +0100 |
commit | c4031b5252bc3c539b5c041c2e30fd7fb88382d9 (patch) | |
tree | aa1e352796505a4b7def4083ace1dedb94e96c98 /os2 | |
parent | 24d34031721a97d3e7b498ccbf8b5779d2acc93e (diff) | |
download | external_gettext-c4031b5252bc3c539b5c041c2e30fd7fb88382d9.zip external_gettext-c4031b5252bc3c539b5c041c2e30fd7fb88382d9.tar.gz external_gettext-c4031b5252bc3c539b5c041c2e30fd7fb88382d9.tar.bz2 |
Untabify.
Diffstat (limited to 'os2')
-rw-r--r-- | os2/README.OS2 | 12 | ||||
-rw-r--r-- | os2/iconv/iconv.c | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/os2/README.OS2 b/os2/README.OS2 index 80487e4..732942e 100644 --- a/os2/README.OS2 +++ b/os2/README.OS2 @@ -170,13 +170,13 @@ Contributors ============ Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw> - the original port of gettext (0.10.35) + the original port of gettext (0.10.35) Jun SAWATAISHI <jsawa@attglobal.net> - some more work on it and submitted the patches to GNU team, although - they were not completely integrated. + some more work on it and submitted the patches to GNU team, although + they were not completely integrated. Andrew Zabolotny <zap@cobra.ru> - Succeeded to remove almost all OS/2-specific #ifdef's from mainstream - source code, wrote the dedicated OS/2 makefile, wrote the iconv wrapper - around OS/2 Unicode API, added support for locale translations. + Succeeded to remove almost all OS/2-specific #ifdef's from mainstream + source code, wrote the dedicated OS/2 makefile, wrote the iconv wrapper + around OS/2 Unicode API, added support for locale translations. diff --git a/os2/iconv/iconv.c b/os2/iconv/iconv.c index ef31d2b..e906497 100644 --- a/os2/iconv/iconv.c +++ b/os2/iconv/iconv.c @@ -24,8 +24,8 @@ typedef struct _iconv_t { - UconvObject from; /* "From" conversion handle */ - UconvObject to; /* "To" conversion handle */ + UconvObject from; /* "From" conversion handle */ + UconvObject to; /* "To" conversion handle */ } *iconv_t; /* Tell "iconv.h" to not define iconv_t by itself. */ |