aboutsummaryrefslogtreecommitdiff
path: root/build2/dump
diff options
context:
space:
mode:
Diffstat (limited to 'build2/dump')
-rw-r--r--build2/dump4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/dump b/build2/dump
index 9b4f529..a1d9b07 100644
--- a/build2/dump
+++ b/build2/dump
@@ -12,10 +12,10 @@
namespace build2
{
- // Dump the state pertaining to the specified action.
+ // Dump the state pertaining to the current action.
//
void
- dump (action);
+ dump ();
}
#endif // BUILD2_DUMP