diff --git a/examples/test.c b/examples/test.c index 20a0af6bc13ccbc694e229bee154bd491f02be3c..9c6868ee1320a3945402363e83126fe829870e33 100644 --- a/examples/test.c +++ b/examples/test.c @@ -652,7 +652,7 @@ int main ( int argc , char *argv[] ) { } /* How large are the parts? */ - printf( "main: sizeof(struct part) is %i bytes.\n" , sizeof( struct part ) ); + printf( "main: sizeof(struct part) is %li bytes.\n" , sizeof( struct part ) ); /* Dump the kernel to make sure its ok. */ // kernel_dump( 100 );