Remove extra parenthesis

This commit is contained in:
Adam Majer 2017-02-20 14:49:30 +01:00
parent 90c0525c7e
commit 759f94e17a

View File

@ -2287,7 +2287,7 @@ int main (int argc, char **argv)
* a valid existing user name,
* so we canot call it before close_files()
*/
if ((!lflg) && (getpwuid (user_id) != NULL)) {
if (!lflg && getpwuid (user_id) != NULL) {
tallylog_reset (user_name);
}