mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
Compiler suggested cleanups - mostly const fixups
This commit is contained in:
@@ -955,7 +955,8 @@ return SCPE_OK;
|
||||
|
||||
t_stat sim_set_throt (int32 arg, char *cptr)
|
||||
{
|
||||
char *tptr, c;
|
||||
const char *tptr;
|
||||
char c;
|
||||
t_value val, val2 = 0;
|
||||
|
||||
if (arg == 0) {
|
||||
|
||||
Reference in New Issue
Block a user