summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/string-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mupdf/fitz/string-util.h')
-rw-r--r--include/mupdf/fitz/string-util.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/mupdf/fitz/string-util.h b/include/mupdf/fitz/string-util.h
index 36907257..13941d62 100644
--- a/include/mupdf/fitz/string-util.h
+++ b/include/mupdf/fitz/string-util.h
@@ -99,7 +99,7 @@ enum { FZ_UTFMAX = 4 };
str: Pointer to a UTF8 encoded string.
- Returns the number of bytes consumed. Does not throw exceptions.
+ Returns the number of bytes consumed.
*/
int fz_chartorune(int *rune, const char *str);
@@ -110,8 +110,7 @@ int fz_chartorune(int *rune, const char *str);
rune: Pointer to a 'rune'.
- Returns the number of bytes the rune took to output. Does not throw
- exceptions.
+ Returns the number of bytes the rune took to output.
*/
int fz_runetochar(char *str, int rune);