diff options
Diffstat (limited to 'intl')
-rw-r--r-- | intl/hyphenation/glue/hnjstdio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/hyphenation/glue/hnjstdio.cpp b/intl/hyphenation/glue/hnjstdio.cpp index 5be8b7c1d5..59ecdf7752 100644 --- a/intl/hyphenation/glue/hnjstdio.cpp +++ b/intl/hyphenation/glue/hnjstdio.cpp @@ -137,4 +137,4 @@ int hnjFeof(hnjFile* f) { return f->mEOF ? EOF : 0; -}
\ No newline at end of file +} |