aboutsummaryrefslogtreecommitdiff
path: root/plugins/shortcuts/shortcuts.c
diff options
context:
space:
mode:
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 f4ab13f..e26fb66 100644
--- a/plugins/shortcuts/shortcuts.c
+++ b/plugins/shortcuts/shortcuts.c
@@ -60,6 +60,6 @@ int shortcut_expand(const char* uri, char* output)
}
strcpy(output, uri);
}
- if(DEBUG) printf("No match found\n\n");
+ if (DEBUG) printf("No match found\n\n");
return 0;
}