aboutsummaryrefslogtreecommitdiff
path: root/src/bin/fstdifference.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/fstdifference.cc')
-rw-r--r--src/bin/fstdifference.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/fstdifference.cc b/src/bin/fstdifference.cc
index 5459b03..8bdf89e 100644
--- a/src/bin/fstdifference.cc
+++ b/src/bin/fstdifference.cc
@@ -39,7 +39,7 @@ int main(int argc, char **argv) {
usage += " in1.fst in2.fst [out.fst]\n";
std::set_new_handler(FailedNewHandler);
- SetFlags(usage.c_str(), &argc, &argv, true);
+ SET_FLAGS(usage.c_str(), &argc, &argv, true);
if (argc < 3 || argc > 4) {
ShowUsage();
return 1;