From c759b67725ced7bd95ff8c7aef7238812f89ee77 Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Wed, 2 Nov 2005 00:23:34 +0000 Subject: [PATCH] Should be iso 8859 (perhaps...) aslo fixed the warning git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7718 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.c | 2 +- apps/screen_access.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/onplay.c b/apps/onplay.c index fc59e94ff4..c71a75ac6d 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 Björn Stenberg + * Copyright (C) 2002 Björn Stenberg * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/apps/screen_access.h b/apps/screen_access.h index a91d2915fa..078ad744f9 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -22,6 +22,7 @@ #include "lcd.h" #include "buttonbar.h" +#include "textarea.h" enum screen_type { SCREEN_MAIN