correct the command name to 'setcs'

This commit is contained in:
Holger Vogt 2019-02-06 23:11:48 +01:00
parent 15542990bb
commit 6a86e3347e
1 changed files with 1 additions and 1 deletions

View File

@ -964,7 +964,7 @@ inp_read(FILE *fp, int call_depth, char *dir_name, bool comfile, bool intfile)
!ciprefix("load", buffer) &&
!ciprefix("plot", buffer) &&
!ciprefix("hardcopy", buffer) &&
!ciprefix("setcf", buffer)
!ciprefix("setcs", buffer)
)
{
/* lower case for all other lines */