add missing #endif from last patch
authorRyan Lortie <desrt@desrt.ca>
Fri, 23 Apr 2010 17:54:02 +0000 (13:54 -0400)
committerRyan Lortie <desrt@desrt.ca>
Fri, 23 Apr 2010 17:54:02 +0000 (13:54 -0400)
gio/gnetworkingprivate.h

index 7c0fef0..9cbb55d 100644 (file)
@@ -80,6 +80,7 @@
 #define ALIGN_TO_SIZEOF(len, obj) (((len) + sizeof (obj) - 1) & ~(sizeof (obj) - 1))
 #define CMSG_SPACE(len) ALIGN_TO_SIZEOF (CMSG_LEN (len), struct cmsghdr)
 #endif
+#endif
 
 G_BEGIN_DECLS