From 3f0c50e5a0eba982aca4ff377b1018018fb16b64 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sun, 1 Feb 2009 13:37:32 +0000 Subject: - C strings have always an implicit NUL character at the end, no need to specify an extra one. - riscos/configure/con_theme.c: removed spurious code line. svn path=/trunk/netsurf/; revision=6331 --- riscos/gui/progress_bar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/gui/progress_bar.c') diff --git a/riscos/gui/progress_bar.c b/riscos/gui/progress_bar.c index 1195d57bb..bcfb99e96 100644 --- a/riscos/gui/progress_bar.c +++ b/riscos/gui/progress_bar.c @@ -56,7 +56,7 @@ struct progress_bar { bool icon_obscured; /**< icon is partially obscured */ }; -static char progress_animation_sprite[] = "progress\0"; +static char progress_animation_sprite[] = "progress"; static osspriteop_header *progress_icon; static unsigned int progress_width; static unsigned int progress_height; -- cgit v1.2.3