diff options
Diffstat (limited to 'redo/container_unix.c')
| -rw-r--r-- | redo/container_unix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redo/container_unix.c b/redo/container_unix.c index 8e3f335..9802383 100644 --- a/redo/container_unix.c +++ b/redo/container_unix.c @@ -1,6 +1,6 @@ // +build !windows,!darwin -/* 13 august 2014 */ +// 13 august 2014 #include "gtk_unix.h" #include "_cgo_export.h" @@ -18,7 +18,7 @@ typedef struct goContainerClass goContainerClass; struct goContainer { GtkContainer parent_instance; void *gocontainer; - GPtrArray *children; /* for forall() */ + GPtrArray *children; // for forall() }; struct goContainerClass { |
