Sanitize syntax-check

make syntax-check is producing some errors about empty line at EOF
and missing #include <config.h> in src/virt-viewer-file.c

* src/virt-viewer-file.c: add #include <config.h>
* data/virt-viewer-debug.nsis.in: remove empty line at EOF
This commit is contained in:
Michal Privoznik
2012-12-05 11:48:22 +01:00
parent 0f6b286e7a
commit 5c9955df09
2 changed files with 1 additions and 1 deletions

View File

@ -47,4 +47,3 @@ SectionEnd
Section -post
WriteUninstaller "$INSTDIR\Uninstall-debug.exe"
SectionEnd

View File

@ -19,6 +19,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <config.h>
#include "virt-viewer-util.h"
#include "virt-viewer-file.h"