Fix syntax error

This commit is contained in:
Patrick Lühne 2018-01-25 16:57:05 +01:00
parent ffe5ae8914
commit e960f0d764
No known key found for this signature in database
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ inline int ctruep(cfma f) {
}
#endif
inline int truep(fma *f) {
int truep(fma *f) {
fmalist *fs;
switch(f->t) {
case natom: return (onelits[f->a] != 1);