From 2a3e1628a50b9de7c1462ee95eb79937795f5409 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Sun, 11 Jan 2015 21:40:51 +0100 Subject: Limit more variables to file scope Change-Id: I30219d626316776eb73b4205d63376fa3dbc6361 --- lib/skin_parser/skin_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/skin_parser/skin_parser.c') diff --git a/lib/skin_parser/skin_parser.c b/lib/skin_parser/skin_parser.c index e47054b06a..1d784f918a 100644 --- a/lib/skin_parser/skin_parser.c +++ b/lib/skin_parser/skin_parser.c @@ -35,7 +35,7 @@ /* Global variables for the parser */ int skin_line = 0; char* skin_start = 0; -int viewport_line = 0; +static int viewport_line = 0; #ifdef ROCKBOX static skin_callback callback = NULL; -- cgit v1.2.3