changed Header to Id

This commit is contained in:
ceriel 1994-03-11 10:37:39 +00:00
parent 6bc329e77c
commit 83f8bc669c

View File

@ -12,7 +12,7 @@
#include <stdio.h>
#ifndef NORCSID
static char *RcsId = "$Header$";
static char *RcsId = "$Id$";
#endif
#define MAXBUF 256