use \t not \n for separating RCS IDs

ident(1) finds both similarily, and as doesn't bitch
This commit is contained in:
tg 2005-11-24 19:39:10 +00:00
parent 95cfad6339
commit 8226efa566

4
misc.c
View File

@ -3,8 +3,8 @@
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.9 2005/11/22 18:40:43 tg Exp $"
"\n" MKSH_SH_H_ID);
__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.10 2005/11/24 19:39:10 tg Exp $"
"\t" MKSH_SH_H_ID);
short chtypes[UCHAR_MAX+1]; /* type bits for unsigned char */