summaryrefslogtreecommitdiff
path: root/ack.kpl
diff options
context:
space:
mode:
Diffstat (limited to 'ack.kpl')
-rw-r--r--ack.kpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ack.kpl b/ack.kpl
index 5aaa4c1..93cc8d8 100644
--- a/ack.kpl
+++ b/ack.kpl
@@ -28,5 +28,5 @@
"#BOLD#WHITE#Usage: % % <m> <n>#\n" `format (args `get 0; args `get 1)
)
}
- `print ack_string `sync (U64 $ args `get -2; U64 $ args `get -1)
+ ack_string `sync (U64 $ args `get -2; U64 $ args `get -1)
)