summaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/misc.c b/src/misc.c
index bf77e48..e08fa68 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -370,13 +370,13 @@ vector2d v2d_new(float x, float y)
}
void clipboard_push_text(char * text)
-{ß
- printf("Not implemented: put text on clipboard \"%s\"", text);
+{
+ printf("Not implemented: put text on clipboard \"%s\"\n", text);
}
char * clipboard_pull_text()
{
- printf("Not implemented: get text from clipboard");
+ printf("Not implemented: get text from clipboard\n");
return "";
}