Mercurial > flash_v2
changeset 631:06b38a628db3
* include/httpd.h (html_end): fix typo.
| author | jlarmour |
|---|---|
| date | Fri, 14 Feb 2003 02:27:35 +0000 |
| parents | bff43ef2f202 |
| children | b928cfca72fc |
| files | packages/net/httpd/current/ChangeLog packages/net/httpd/current/include/httpd.h |
| diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/net/httpd/current/ChangeLog +++ b/packages/net/httpd/current/ChangeLog @@ -1,3 +1,7 @@ +2003-02-14 Bob Koninckx <bob.koninckx@mech.kuleuven.ac.be> + + * include/httpd.h (html_end): fix typo. + 2002-12-06 Nick Garnett <nickg@ecoscentric.com> * include/httpd.h: @@ -13,4 +17,4 @@ 2002-12-06 Nick Garnett <nickg@ecoscen # # Permission is granted to use, copy, modify and redistribute this # file. - \ No newline at end of file +
--- a/packages/net/httpd/current/include/httpd.h +++ b/packages/net/httpd/current/include/httpd.h @@ -134,7 +134,7 @@ cyg_httpd_data __name = { __type, __leng #define html_end( __client ) \ html_tag_end( __client, "html" ); \ - cyg_http_finish( client ) + cyg_http_finish( __client ) /* ----------------------------------------------------------------- */ /*
