cmd_nvedit.c: clean up syntax highlighting
authorSteven A. Falco <sfalco@harris.com>
Thu, 12 Jun 2008 17:24:42 +0000 (13:24 -0400)
committerWolfgang Denk <wd@denx.de>
Tue, 1 Jul 2008 21:06:53 +0000 (23:06 +0200)
commitf6a69559d64498a04e1e0b087a9b920e5775f866
treef056eeb466c51881e55bcd5cefab41a298041c41
parent75678c807a6272ecc5541eb32898c93887f08400
cmd_nvedit.c: clean up syntax highlighting

My text-editor (vim) has a bit of trouble syntax-highlighting the
cmd_nvedit.c file, because it apparently does not parse C
ifdef/else/endif. The following patch does not change the behavior of
the code at all, but does allow the editor to properly
syntax-highlight the file.

Signed-off-by: Steve Falco <sfalco@harris.com>
common/cmd_nvedit.c