Author: gozer
Date: Wed Jan 25 18:10:20 2006
New Revision: 372400
URL: http://svn.apache.org/viewcvs?rev=372400&view=rev
Log:
style fix
Modified:
perl/modperl/trunk/src/modules/perl/modperl_cmd.c
Modified: perl/modperl/trunk/src/modules/perl/modperl_cmd.c
URL:
http://svn.apache.org/viewcvs/perl/modperl/trunk/src/modules/perl/modperl_cmd.c?rev=372400&r1=372399&r2=372400&view=diff
==============================================================================
--- perl/modperl/trunk/src/modules/perl/modperl_cmd.c (original)
+++ perl/modperl/trunk/src/modules/perl/modperl_cmd.c Wed Jan 25 18:10:20 2006
@@ -157,7 +157,7 @@
}
MP_TRACE_d(MP_FUNC, "arg = %s\n", arg);
- if (0 == strncasecmp(arg, "+inherit", 8)) {
+ if (!strncasecmp(arg, "+inherit", 8)) {
modperl_cmd_options(parms, mconfig, "+InheritSwitches");
}
else {