summaryrefslogtreecommitdiff
path: root/ack.kpl
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-06 15:42:37 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-06 15:42:37 -0400
commit72d2b2f8183e258f0ca3f458a22c96a8abe1df59 (patch)
tree3fb733da7b8a83fc4e3818dcda9e26d311828ada /ack.kpl
parentf798a492100b4ac6b953331d03a686c398f00ed4 (diff)
remove print op
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)
)