From 3beef82ca6af9c6648ef9bfd95878f85cbb90eb5 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 20 Jun 2023 07:14:52 -0600 Subject: add newline in shortcut expand message. --- plugins/shortcuts/shortcuts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/shortcuts') 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; -- cgit v1.2.3