Address warnings spewed by splint
commit5e2e0065b9cf9f89147c33ebd61811f5e3b3918e
authorToni Gundogdu <legatvs@gmail.com>
Wed, 23 Nov 2011 22:14:09 +0000 (24 00:14 +0200)
committerToni Gundogdu <legatvs@gmail.com>
Wed, 23 Nov 2011 22:46:47 +0000 (24 00:46 +0200)
treeb4709d267ff1b7b43b8f939c881110003071b728
parentfaafc1fe51c0377accc73073ced47622f94f6705
Address warnings spewed by splint

Noteworthy changes:

 * BUGFIX quvi.c:643:10: Variable quvi shadows outer declaration
   An outer declaration is shadowed by the local declaration.
   quvi.c:47:15: Previous definition of quvi: quvi_t

 * Rewrite open_file as read_file
src/quvi/quvi.c