diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-14 10:42:10 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-14 10:42:10 -0400 |
| commit | c1dc235d3b1bda6f4ddff92da1e348399c4a3e70 (patch) | |
| tree | d106a4c0b077184a7bbfa65eccbe920e29dd6bc1 /redo/container_unix.c | |
| parent | 19976849e168cb2faa6cfb73517cd7c762430f6f (diff) | |
Stripped C-style comments from C sources and headers where appropriate.
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 { |
