From d5b076b64a8a3abd55fca0e9db7b13c6024bdfa3 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Sun, 11 Oct 2009 20:15:22 +0000 Subject: RTL: Cosmetic changes, no functional change - Rename constants git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23117 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/splash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/splash.c') diff --git a/apps/gui/splash.c b/apps/gui/splash.c index aaa259c..4ddd22a 100644 --- a/apps/gui/splash.c +++ b/apps/gui/splash.c @@ -147,7 +147,7 @@ static void splash_internal(struct screen * screen, const char *fmt, va_list ap) if (vp.height > screen->lcdheight) vp.height = screen->lcdheight; - vp.flags |= VP_FLAG_CENTER_ALIGN; + vp.flags |= VP_FLAG_ALIGN_CENTER; #if LCD_DEPTH > 1 if (screen->depth > 1) { -- cgit v1.1