mirror of https://github.com/icedream/icecon.git
Fix code formtting in main_windows.go.
parent
0889e3cac4
commit
834f2af534
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue