summaryrefslogtreecommitdiff
path: root/riscos/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/buffer.c')
-rw-r--r--riscos/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/buffer.c b/riscos/buffer.c
index ebd099a5e..61ce68c89 100644
--- a/riscos/buffer.c
+++ b/riscos/buffer.c
@@ -41,7 +41,7 @@ static void ro_gui_buffer_free(void);
/** The buffer characteristics
*/
static osspriteop_area *buffer = NULL;
-static char buffer_name[] = "scr_buffer\0\0";
+static char buffer_name[12] = "scr_buffer";
/** The current clip area
*/