mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Don't use operator (), it's so hard to grep for.
This commit is contained in:
@@ -62,7 +62,7 @@ main (int argc, char *argv[])
|
||||
Gen_Perf generate_table;
|
||||
|
||||
/* Generates and prints the Gen_Perf hash table. */
|
||||
int status = generate_table ();
|
||||
int status = generate_table.doit_all ();
|
||||
|
||||
/* Check for write error on stdout. */
|
||||
if (fflush (stdout) || ferror (stdout))
|
||||
|
||||
Reference in New Issue
Block a user