X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fstrio.c;h=4517b38dec72e9122f08969bc766c313e7e9f093;hb=24aef54d7203143092c9a7c91096c54494590851;hp=9baaf0fe7a191631a4d057be9de5d7831f3a422b;hpb=2407b8e96d1a772f15eedb264117f20196fe1c51;p=rodin%2Fchimara.git diff --git a/src/strio.c b/src/strio.c index 9baaf0f..4517b38 100644 --- a/src/strio.c +++ b/src/strio.c @@ -459,7 +459,7 @@ is_unicode_newline(glsi32 ch, FILE *fp, gboolean utf8) /* Internal function: Read one character from a stream. Returns a value which can be returned unchanged by glk_get_char_stream_uni(), but glk_get_char_stream() must replace high values by the placeholder character. */ -glsi32 +static glsi32 get_char_stream_common(strid_t str) { switch(str->type)