summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
Diffstat (limited to 'fluid')
-rw-r--r--fluid/fluid.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx
index f138690b7..3c5f1c63d 100644
--- a/fluid/fluid.cxx
+++ b/fluid/fluid.cxx
@@ -651,7 +651,7 @@ void write_cb(Fl_Widget *, void *) {
if (!x) {
fl_message("Can't write %s: %s", cname, strerror(errno));
} else if (completion_button->value()) {
- fl_message("Wrote %s", cname, 0);
+ fl_message("Wrote %s", cname);
}
}
}