ext2: fix missing (void), use standard form for loop
authorH. Peter Anvin <hpa@zytor.com>
Mon, 10 Aug 2009 23:42:53 +0000 (16:42 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 10 Aug 2009 23:42:53 +0000 (16:42 -0700)
commit62bfc2dc87cfd752856e2b5aeecc790255143523
tree47c2bbb0932783ed224c477b84abac4acada0aca
parent710be5ce8bb85a8cfe08acbc242dbee12f6c7871
ext2: fix missing (void), use standard form for loop

Use the standard form for a for loop; add missing (void).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/ext2.c