extcheck: use 'const' with 'rcsid'

This commit is contained in:
Darryl L. Miles 2025-07-18 18:38:13 +01:00
parent 05c242a28f
commit d7fa508067
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
*/
#ifndef lint
static char rcsid[] = "$Header: /usr/cvsroot/magic-8.0/extcheck/extcheck.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $";
static const char rcsid[] = "$Header: /usr/cvsroot/magic-8.0/extcheck/extcheck.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $";
#endif /* not lint */
#include <stdio.h>