quell a Fink compiler warning; not entirely correct but no harm done either

This commit is contained in:
tg 2017-08-28 23:27:51 +00:00
parent c4acfa38cc
commit 7cbce8f98e
1 changed files with 2 additions and 2 deletions

4
eval.c
View File

@ -23,7 +23,7 @@
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/eval.c,v 1.214 2017/05/05 22:53:27 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/eval.c,v 1.215 2017/08/28 23:27:51 tg Exp $");
/*
* string expansion
@ -637,7 +637,7 @@ expand(
*/
if (!Flag(FSH)) {
*dp++ = MAGIC;
*dp++ = 0x80 | '@';
*dp++ = ord(0x80 | '@');
}
break;
case ord('='):