diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2003-01-20 22:24:39 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2003-01-20 22:24:39 +0100 |
commit | 33693090653386abdc87796b0c93c9703ba11b45 (patch) | |
tree | 7f78a5a35d71de3dee38ec0808ee85b102f681c5 | |
parent | Missing version tags [noted while rolling win32 binaries.] (diff) | |
download | apache2-33693090653386abdc87796b0c93c9703ba11b45.tar.xz apache2-33693090653386abdc87796b0c93c9703ba11b45.zip |
Correct misplaced # End Group marker.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98384 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | modules/experimental/mod_cache.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/experimental/mod_cache.dsp b/modules/experimental/mod_cache.dsp index 696801eaff..ba40282fde 100644 --- a/modules/experimental/mod_cache.dsp +++ b/modules/experimental/mod_cache.dsp @@ -87,7 +87,6 @@ LINK32=link.exe # Name "mod_cache - Win32 Release" # Name "mod_cache - Win32 Debug" -# End Group # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90" @@ -135,6 +134,7 @@ SOURCE=.\cache_pqueue.h SOURCE=.\mod_cache.h # End Source File +# End Group # Begin Source File SOURCE=..\..\build\win32\win32ver.awk |