aboutsummaryrefslogtreecommitdiff
path: root/plugins/shortcuts/shortcuts.c
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-06-20 07:14:52 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-06-20 07:14:52 -0600
commit3beef82ca6af9c6648ef9bfd95878f85cbb90eb5 (patch)
tree8dbe10419b77416f728e65c1c6ab32fe3afe4140 /plugins/shortcuts/shortcuts.c
parent38cee8fd24fdb87ec015f46b66816cb6d182c6ae (diff)
add newline in shortcut expand message.
Diffstat (limited to 'plugins/shortcuts/shortcuts.c')
-rw-r--r--plugins/shortcuts/shortcuts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shortcuts/shortcuts.c b/plugins/shortcuts/shortcuts.c
index 7ee9e2e..1643b25 100644
--- a/plugins/shortcuts/shortcuts.c
+++ b/plugins/shortcuts/shortcuts.c
@@ -14,7 +14,7 @@
int shortcut_expand(const char* uri, char* output)
{
- printf("SHORTCUT EXPAND!");
+ printf("SHORTCUT EXPAND!\n");
int l1 = strlen(uri);
int l2 = strlen(output);
int len;