]> arthur.barton.de Git - netatalk.git/commitdiff
compilation error if DEBUG1 is defined, from Frank Lahm
authordidg <didg>
Sat, 16 Aug 2008 20:40:55 +0000 (20:40 +0000)
committerdidg <didg>
Sat, 16 Aug 2008 20:40:55 +0000 (20:40 +0000)
etc/afpd/ofork.c

index 29dbd43134fea991fb2ddf0dcc731a82ca453e84..b124351a2b9cba91d7c5e8feb9a604db50f48024 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ofork.c,v 1.20.6.6.2.5 2005-09-28 09:38:57 didg Exp $
+ * $Id: ofork.c,v 1.20.6.6.2.6 2008-08-16 20:40:55 didg Exp $
  *
  * Copyright (c) 1996 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -80,7 +80,7 @@ FILE  *f;
 
     for ( ofrefnum = 0; ofrefnum < nforks; ofrefnum++ ) {
         if ( oforks[ ofrefnum ] != NULL ) {
-            fprintf( f, "%hu <%s>\n", ofrefnum, of_name(oforks[ ofrefnum ]);
+            fprintf( f, "%hu <%s>\n", ofrefnum, of_name(oforks[ ofrefnum ]));
         }
     }
 }