From dcccaf2217f34ff556c30892468d3b881011fbb3 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 13 Sep 2014 14:25:12 +0200 Subject: Always return correct type --- atari/clipboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari') diff --git a/atari/clipboard.c b/atari/clipboard.c index d80599e2b..e07e9d8d1 100644 --- a/atari/clipboard.c +++ b/atari/clipboard.c @@ -83,6 +83,6 @@ char *scrap_txt_read(void) } } } - + return buf; } -- cgit v1.2.3