summaryrefslogtreecommitdiff
path: root/apps/metadata/metadata_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata/metadata_common.c')
-rw-r--r--apps/metadata/metadata_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/metadata/metadata_common.c b/apps/metadata/metadata_common.c
index 09f0f94a88..37768bdd4a 100644
--- a/apps/metadata/metadata_common.c
+++ b/apps/metadata/metadata_common.c
@@ -99,7 +99,7 @@ long read_string(int fd, char* buf, long buf_size, int eos, long size)
99 99
100#ifdef ROCKBOX_LITTLE_ENDIAN 100#ifdef ROCKBOX_LITTLE_ENDIAN
101/* Read an unsigned 32-bit integer from a big-endian file. */ 101/* Read an unsigned 32-bit integer from a big-endian file. */
102int read_uint32be(int fd, unsigned int* buf) 102int read_uint32be(int fd, uint32_t* buf)
103{ 103{
104 size_t n; 104 size_t n;
105 105