Fix code formtting in main_windows.go.

master
Icedream 2016-05-06 20:40:12 +02:00
parent 0889e3cac4
commit 834f2af534
1 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@ var (
Flag("gui", "Run as GUI (runs automatically as GUI if no arguments given, ignored if command flag used)").
Short('g').Bool()
guiInitErr error
kernel32 *syscall.DLL
guiInitErr error
kernel32 *syscall.DLL
freeConsole *syscall.Proc
dlg *mainDialog
@ -150,7 +150,7 @@ func runGraphicalUi() (err error) {
}
}()
})
// Get rid of the console window
freeConsole.Call()