Skip to content

Commit 81e3e53

Browse files
committed
fix
1 parent 571c66f commit 81e3e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/project/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ int
1111
main()
1212
{
1313
vatomic_inc(&count);
14-
printf("count: %" PRIu32 "\n", vatomic_read(&count));
14+
printf("count: %u\n", vatomic_read(&count));
1515
return 0;
1616
}

0 commit comments

Comments
 (0)