summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2023-01-22 21:19:34 +0000
committerAidan MacDonald <amachronic@protonmail.com>2023-01-22 21:19:34 +0000
commit15c4447b6681cadba960aa9275592049afa96893 (patch)
tree8b8cc36e66e86d87ce504d700dc52751f1b49eba
parentdc839639620352c5fa9b63db6679126ec5bcfba8 (diff)
downloadrockbox-15c4447b66.tar.gz
rockbox-15c4447b66.zip
Fix red dc83963962
Change-Id: I196268c6f6bc4f6e2d8f2cb7dcc3a12218c5d9d4
-rw-r--r--apps/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c
index d4c7108d28..fd840749cb 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -1663,7 +1663,6 @@ int core_load_bmp(const char * filename, struct bitmap *bm, const int bmformat,
close(fd);
return handle;
}
-#endif /* ndef __PCTOOL__ */
/*
* Normalized volume routines adapted from alsamixer volume_mapping.c
@@ -1766,3 +1765,4 @@ long from_normalized_volume(long norm, long min_vol, long max_vol, long max_norm
return vol >> NVOL_FRACBITS;
}
+#endif /* ndef __PCTOOL__ */