From 9823ff1d203166f33302dce2a26e1dee86c4d569 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 1 Feb 2011 17:27:04 -0200 Subject: [PATCH] Use ; instead of: to not confuse g-ir-scanner --- gio/gioenums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gioenums.h b/gio/gioenums.h index 0b2c5765e..6818400bd 100644 --- a/gio/gioenums.h +++ b/gio/gioenums.h @@ -758,7 +758,7 @@ typedef enum { * or a socket created with socketpair()). * * For abstract sockets, there are two incompatible ways of naming - * them: the man pages suggest using the entire struct + * them; the man pages suggest using the entire struct * sockaddr_un as the name, padding the unused parts of the * %sun_path field with zeroes; this corresponds to * %G_UNIX_SOCKET_ADDRESS_ABSTRACT_PADDED. However, many programs