mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-08-24 17:49:22 +03: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:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user