From c1dc235d3b1bda6f4ddff92da1e348399c4a3e70 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 14 Aug 2014 10:42:10 -0400 Subject: Stripped C-style comments from C sources and headers where appropriate. --- redo/container_unix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'redo/container_unix.c') 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 { -- cgit v1.2.3