Changeset 469

Show
Ignore:
Timestamp:
07/23/2005 08:42:08 PM (3 years ago)
Author:
jan
Message:

fixed typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-1.3.x/src/mod_cml_lua.c

    r468 r469  
    248248                struct stat st; 
    249249                int curelem; 
    250                 time_t last_mtime = 0; 
     250                time_t mtime = 0; 
    251251                 
    252252                lua_pushstring(L, "output_include");