add newline in shortcut expand message.
This commit is contained in:
parent
38cee8fd24
commit
3beef82ca6
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
int shortcut_expand(const char* uri, char* output)
|
int shortcut_expand(const char* uri, char* output)
|
||||||
{
|
{
|
||||||
printf("SHORTCUT EXPAND!");
|
printf("SHORTCUT EXPAND!\n");
|
||||||
int l1 = strlen(uri);
|
int l1 = strlen(uri);
|
||||||
int l2 = strlen(output);
|
int l2 = strlen(output);
|
||||||
int len;
|
int len;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user