summaryrefslogtreecommitdiffstats
path: root/os2
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-12 12:22:07 +0100
committerBruno Haible <bruno@clisp.org>2009-12-12 16:13:42 +0100
commitc4031b5252bc3c539b5c041c2e30fd7fb88382d9 (patch)
treeaa1e352796505a4b7def4083ace1dedb94e96c98 /os2
parent24d34031721a97d3e7b498ccbf8b5779d2acc93e (diff)
downloadexternal_gettext-c4031b5252bc3c539b5c041c2e30fd7fb88382d9.zip
external_gettext-c4031b5252bc3c539b5c041c2e30fd7fb88382d9.tar.gz
external_gettext-c4031b5252bc3c539b5c041c2e30fd7fb88382d9.tar.bz2
Untabify.
Diffstat (limited to 'os2')
-rw-r--r--os2/README.OS212
-rw-r--r--os2/iconv/iconv.c4
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. */