sim: use 'const' with 'sccsid'

This commit is contained in:
Darryl L. Miles 2025-01-31 19:49:26 +00:00 committed by R. Timothy Edwards
parent ef79d33dd4
commit 559eb94f3e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
*/ */
#ifndef lint #ifndef lint
static char sccsid[] = "@(#)SimSelect.c 4.14 MAGIC (Berkeley) 10/3/85"; static const char sccsid[] = "@(#)SimSelect.c 4.14 MAGIC (Berkeley) 10/3/85";
#endif /* not lint */ #endif /* not lint */
#include <stdio.h> #include <stdio.h>