summaryrefslogtreecommitdiff
path: root/sapi/apache/libpre.c
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/apache/libpre.c')
-rw-r--r--sapi/apache/libpre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/libpre.c b/sapi/apache/libpre.c
index f7ab68b62c..f9cc31490c 100644
--- a/sapi/apache/libpre.c
+++ b/sapi/apache/libpre.c
@@ -25,7 +25,7 @@
* stops. By using these functions instead of defining a main()
* and calling ExitThread(TSR_THREAD, 0), the load time of the
* shared NLM is faster and memory size reduced.
- *
+ *
* You may also want to override these in your own Apache module
* to do any cleanup other than the mechanism Apache modules provide.
* ------------------------------------------------------------------