]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
another style fix
authorStefan Fritsch <sf@apache.org>
Mon, 10 Sep 2012 18:49:03 +0000 (18:49 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 10 Sep 2012 18:49:03 +0000 (18:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1383037 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/lua_vmprep.c

index 05fc5e156170a3150c4d1b43fafd030713bef2c5..91c7d9c757f7868276982ff4087dd727af989a86 100644 (file)
@@ -467,7 +467,7 @@ AP_LUA_DECLARE(lua_State*)ap_lua_get_lua_state(apr_pool_t *lifecycle_pool,
             /* On first visit, modified will be zero, but that's fine - The file is 
             loaded in the vm_construct function.
             */
-            if ((cache_info->modified == lua_finfo.mtime && cache_info->size == lua_finfo.size) \
+            if ((cache_info->modified == lua_finfo.mtime && cache_info->size == lua_finfo.size)
                     || cache_info->modified == 0) {
                 tryCache = 1;
             }