You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2012/02/23 23:48:25 UTC

svn commit: r1293002 - /commons/proper/daemon/branches/1.0.x/src/native/unix/native/jsvc-unix.c

Author: mturk
Date: Thu Feb 23 22:48:24 2012
New Revision: 1293002

URL: http://svn.apache.org/viewvc?rev=1293002&view=rev
Log:
Fix typo

Modified:
    commons/proper/daemon/branches/1.0.x/src/native/unix/native/jsvc-unix.c

Modified: commons/proper/daemon/branches/1.0.x/src/native/unix/native/jsvc-unix.c
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/unix/native/jsvc-unix.c?rev=1293002&r1=1293001&r2=1293002&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/src/native/unix/native/jsvc-unix.c (original)
+++ commons/proper/daemon/branches/1.0.x/src/native/unix/native/jsvc-unix.c Thu Feb 23 22:48:24 2012
@@ -344,7 +344,7 @@ static int set_caps(int cap_type)
 #define CAPSMIN LEGACY_CAPSMIN
 static int set_caps(int caps)
 {
-    return set_legacy_caps(int caps);
+    return set_legacy_caps(caps);
 }
 #endif