From e295e46e3eccd58626ce2b02aab24b96c025636b Mon Sep 17 00:00:00 2001 From: darkvater Date: Sun, 12 Sep 2004 21:49:38 +0000 Subject: (svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron for your diligent fixing of warnings (and some possibly bugs) (Tron) -CodeLayout: Remove trailing spaces and Windows linebreaks --- misc_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc_gui.c') diff --git a/misc_gui.c b/misc_gui.c index a1a8d9f5c..77cca994d 100644 --- a/misc_gui.c +++ b/misc_gui.c @@ -963,7 +963,7 @@ static void BuildFileList() static void DrawFiosTexts() { - char *path; + const char *path; StringID str; str = FiosGetDescText(&path); -- cgit v1.2.3-54-g00ecf