summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index a3b9d89..dc519a9 100644
--- a/structs.go
+++ b/structs.go
@@ -33,7 +33,7 @@ var redoWidgets bool = true
var currentWindow *tree.Node
type config struct {
- baseGui *gocui.Gui // the main gocui handle
+ baseGui *gocui.Gui // the main gocui handle
// rootNode *node // the base of the binary tree. it should have id == 0
treeRoot *tree.Node // the base of the binary tree. it should have id == 0