inpcom.c, use gettok_noparens to extract model type

'd' from d(...
This commit is contained in:
h_vogt 2016-05-03 21:45:20 +02:00 committed by rlar
parent 24f8558be3
commit fb7e6d178b
1 changed files with 1 additions and 1 deletions

View File

@ -1672,7 +1672,7 @@ get_model_type(char *line)
beg_ptr = skip_non_ws(beg_ptr); /* eat model name */
beg_ptr = skip_ws(beg_ptr);
return gettok(&beg_ptr);
return gettok_noparens(&beg_ptr);
}