-typo
authorMichael Wallner <mike@php.net>
Fri, 26 Aug 2005 07:19:23 +0000 (07:19 +0000)
committerMichael Wallner <mike@php.net>
Fri, 26 Aug 2005 07:19:23 +0000 (07:19 +0000)
php_http_cache_api.h

index b8120891239810c9136b9c2e79c308f17b25e311..f92e30aac7c13075341afe95b59eb3a9fdaf8441 100644 (file)
@@ -87,7 +87,7 @@ static inline void *_http_etag_init(TSRMLS_D)
 #ifdef HAVE_LIBMHASH
                default:
                        if ((mode < 0) || ((ulong)mode > mhash_count()) || (!(ctx = mhash_init(mode)))) {
-                               http_error_ex(HE_ERROR, HE_RUNTIME, "Invalid ETag mode: %ld", mode);
+                               http_error_ex(HE_ERROR, HTTP_E_RUNTIME, "Invalid ETag mode: %ld", mode);
                        }
                break;
 #endif