diff src/permissions.c @ 15:f671821d8222

code beautifying; 0 -> \0 if appropriate
author meillo@marmaro.de
date Thu, 06 Nov 2008 09:18:38 +0100
parents 26e34ae9a3e3
children ffeff2c33799
line wrap: on
line diff
--- a/src/permissions.c	Wed Oct 29 21:21:26 2008 +0100
+++ b/src/permissions.c	Thu Nov 06 09:18:38 2008 +0100
@@ -16,10 +16,11 @@
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
 
-#include "masqmail.h"
 #include <pwd.h>
 #include <grp.h>
 
+#include "masqmail.h"
+
 /* is there really no function in libc for this? */
 gboolean
 is_ingroup(uid_t uid, gid_t gid)