Fix warning on self check.
commitfe288c4a04841e9aefedf75ab036265c8950f7d9
authorChristopher Li <sparse@chrisli.org>
Thu, 23 Nov 2006 07:47:43 +0000 (22 23:47 -0800)
committerJosh Triplett <josh@freedesktop.org>
Tue, 28 Nov 2006 20:38:07 +0000 (28 12:38 -0800)
tree05cc5d97bb6a37b598da20fe15d62d0b0a4874b2
parent4e50a7288053defa62dd97c8d371e7d45b774c20
Fix warning on self check.

Sparse complain about the using do while without
compound statment in pre-process.c. This trivial patch
fixes that.

Signed-Off-By: Christopher Li <sparse@chrisli.org>
pre-process.c