=================================================================== RCS file: /cvs/mandoc/Attic/test-sqlite3_errstr.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mandoc/Attic/test-sqlite3_errstr.c 2014/08/05 12:50:52 1.1 +++ mandoc/Attic/test-sqlite3_errstr.c 2015/10/06 18:32:20 1.2 @@ -4,5 +4,5 @@ int main(void) { - return(strcmp(sqlite3_errstr(SQLITE_OK), "not an error")); + return strcmp(sqlite3_errstr(SQLITE_OK), "not an error"); }