Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rwxr-xr-xmain.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index fc358ac..4c9c9bc 100755
--- a/main.go
+++ b/main.go
@@ -406,7 +406,7 @@ func getRootWindow() (*gdk.Window, error) {
func getDefaultCursor() (*gdk.Cursor, error) {
display, err := gdk.DisplayGetDefault()
if err != nil {
- return nil, error
+ return nil, err
}
// Examples of the different cursors can be found at