aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-31 05:22:56 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-31 05:22:56 +0800
commit9ed3e1b3f37f446206ad0f438ffdecf588a32590 (patch)
treeccd4c03947e3a3de64bde3f0b26240c6140de153 /tests
parent585f3d90d17745418e162b26e76f92d6c36cf3a0 (diff)
u_int32_t -> uint32_t
Diffstat (limited to 'tests')
-rw-r--r--tests/mtp/mtp_parse_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mtp/mtp_parse_test.c b/tests/mtp/mtp_parse_test.c
index eb97ad6..2ef726b 100644
--- a/tests/mtp/mtp_parse_test.c
+++ b/tests/mtp/mtp_parse_test.c
@@ -580,7 +580,7 @@ static void check_prohib(const uint8_t *data, const struct mtp_level_3_prohib *t
int main(int argc, char **argv)
{
- u_int32_t addr;
+ uint32_t addr;
int i;
/* set the addresses here due big endian MTP_ADDRESS macro */