aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/shortcuts/shortcuts.c2
-rwxr-xr-xrosebin47896 -> 47896 bytes
2 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;
diff --git a/rose b/rose
index c29fd48..1deb55f 100755
--- a/rose
+++ b/rose
Binary files differ