kinect_upload_fw: fix a couple of minor warnings from 'sparse'
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 6 Oct 2011 12:49:01 +0000 (14:49 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Thu, 6 Oct 2011 12:50:33 +0000 (14:50 +0200)
Sparse is a Semantic Parser for C, it gives these warnings on
kinect_upload_fw.c:

kinect_upload_fw.c:42:14: warning: symbol 'seq' was not declared. Should it be static?
kinect_upload_fw.c:149:26: warning: Using plain integer as NULL pointer


No differences found