commit 3beef82ca6af9c6648ef9bfd95878f85cbb90eb5
parent 38cee8fd24fdb87ec015f46b66816cb6d182c6ae
Author: NunoSempere <nuno.sempere@protonmail.com>
Date: Tue, 20 Jun 2023 07:14:52 -0600
add newline in shortcut expand message.
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git 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;
diff --git a/rose b/rose
Binary files differ.