add newline in shortcut expand message.

This commit is contained in:
NunoSempere 2023-06-20 07:14:52 -06:00
parent 38cee8fd24
commit 3beef82ca6
2 changed files with 1 additions and 1 deletions

View File

@ -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;

BIN
rose

Binary file not shown.