From 18ac2627ad739994c7dfd532a483542e9ddf0803 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 23 Mar 2024 18:10:59 -0300 Subject: tweaks --- plugins/shortcuts/shortcuts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/shortcuts/shortcuts.c') 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; } -- cgit v1.2.3