diff options
author | Johan Dahlin <johan@gnome.org> | 2011-02-01 17:27:04 -0200 |
---|---|---|
committer | Johan Dahlin <jdahlin@litl.com> | 2011-02-02 13:09:22 -0200 |
commit | 9823ff1d203166f33302dce2a26e1dee86c4d569 (patch) | |
tree | c2f05b62d750444f9878fe55daae2be37cd52772 | |
parent | 59973526ea8b9883bf78567c88deaef9b3da9b2c (diff) |
Use ; instead of: to not confuse g-ir-scanner
-rw-r--r-- | gio/gioenums.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <literal>struct + * them; the man pages suggest using the entire <literal>struct * sockaddr_un</literal> 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 |