summaryrefslogtreecommitdiff
path: root/src/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.c')
-rw-r--r--src/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context.c b/src/context.c
index f485334..f90f826 100644
--- a/src/context.c
+++ b/src/context.c
@@ -31,7 +31,7 @@ cleanup_context(build_image_context *context)
int
init_context(build_image_context *context)
{
- u_int32_t value;
+ uint32_t value;
/* Set defaults */
context->memory = new_block_list();