mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-26 21:37:58 +00:00
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:
parent
0f6b286e7a
commit
5c9955df09
@ -47,4 +47,3 @@ SectionEnd
|
||||
Section -post
|
||||
WriteUninstaller "$INSTDIR\Uninstall-debug.exe"
|
||||
SectionEnd
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user