summaryrefslogtreecommitdiff
path: root/amiga/theme.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-04-05 23:34:51 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-04-05 23:34:51 +0100
commit5bb5e2667df7459c288c3484d3539376a74a7c68 (patch)
tree45f10d2608677c890ebcb6b78804de1d423513c9 /amiga/theme.c
parent3ea6ca89a0daf4a20ddf9962cc787ed5001f5ab6 (diff)
downloadnetsurf-5bb5e2667df7459c288c3484d3539376a74a7c68.tar.gz
netsurf-5bb5e2667df7459c288c3484d3539376a74a7c68.tar.bz2
Change the scope of some variables picked up by cppcheck, minor reformatting
Diffstat (limited to 'amiga/theme.c')
-rw-r--r--amiga/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/theme.c b/amiga/theme.c
index e00e08090..054d46521 100644
--- a/amiga/theme.c
+++ b/amiga/theme.c
@@ -289,7 +289,7 @@ void ami_init_mouse_pointers(void)
for(i=0;i<=AMI_LASTPOINTER;i++)
{
- BPTR ptrfile = 0;
+ BPTR ptrfile;
mouseptrbm[i] = NULL;
mouseptrobj[i] = NULL;
char ptrfname[1024];