Skip to content

Commit

Permalink
Fix code formtting in main_windows.go.
Browse files Browse the repository at this point in the history
  • Loading branch information
icedream committed May 6, 2016
1 parent 0889e3c commit 834f2af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -150,7 +150,7 @@ func runGraphicalUi() (err error) {
}
}()
})

// Get rid of the console window
freeConsole.Call()

Expand Down

0 comments on commit 834f2af

Please sign in to comment.