summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-10-29 13:34:53 +0000
committerBruno Haible <bruno@clisp.org>2002-10-29 13:34:53 +0000
commitc7f32d582f25b14e852ae157299caf4df5ecad01 (patch)
tree7f3c25eaa2f9b711694280e074c0791abbfb8447 /src/main.cc
parentffc1beb00fa338cfae40973cd30f0ff899932d0e (diff)
downloadgperf-c7f32d582f25b14e852ae157299caf4df5ecad01.tar.gz
Don't use operator (), it's so hard to grep for.
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index c9bc362..723a4e3 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -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))