=================================================================== RCS file: /cvs2/dgamelaunch-openbsd/dgamelaunch.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- dgamelaunch-openbsd/dgamelaunch.c 2021/04/02 10:52:15 1.7 +++ dgamelaunch-openbsd/dgamelaunch.c 2021/04/02 11:02:20 1.8 @@ -2167,7 +2167,7 @@ readfile (int nolock) * crypt_checkpass takes care of validating the hashing so we * don't have to ensure the password field has a valid length */ -#ifndef(__OpenBSD__) +#if !defined(__OpenBSD__) while (*b != ':') { users[f_num]->password[(b - n)] = *b;