use \t not \n for separating RCS IDs
ident(1) finds both similarily, and as doesn't bitch
This commit is contained in:
4
misc.c
4
misc.c
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
#include "sh.h"
|
#include "sh.h"
|
||||||
|
|
||||||
__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.9 2005/11/22 18:40:43 tg Exp $"
|
__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.10 2005/11/24 19:39:10 tg Exp $"
|
||||||
"\n" MKSH_SH_H_ID);
|
"\t" MKSH_SH_H_ID);
|
||||||
|
|
||||||
short chtypes[UCHAR_MAX+1]; /* type bits for unsigned char */
|
short chtypes[UCHAR_MAX+1]; /* type bits for unsigned char */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user