From rswindell@1:103/705 to CVS commit on Sun Jul 7 17:17:03 2019
src/encode utf8.c 1.3 1.4
Update of /cvsroot/sbbs/src/encode
In directory cvs:/home/rswindell/sbbs/src/encode
Modified Files:
utf8.c
Log Message:
Wow. First time I've seen replacing spaces with tabs fixes a GCC warning: utf8.c: In function 'utf8_getc':
utf8.c:327:7: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
} else
^~~~
utf8.c:329:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
if(val != NULL) {
^~