From 834f2af534f8fc07c3f3c21f2ba37f55a35a556e Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Fri, 6 May 2016 20:40:12 +0200 Subject: [PATCH] Fix code formtting in main_windows.go. --- main_windows.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main_windows.go b/main_windows.go index 4f24f16..ebc430c 100644 --- a/main_windows.go +++ b/main_windows.go @@ -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()