diff options
author | David Hedbor <neotron@php.net> | 1999-12-22 01:09:08 +0000 |
---|---|---|
committer | David Hedbor <neotron@php.net> | 1999-12-22 01:09:08 +0000 |
commit | c07a14a01f6f0197ceb78187764570216e7edb81 (patch) | |
tree | a96763a6ef8b20f8c8136c8e9b6c5a93c5b88907 /sapi/roxen | |
parent | 4674b6d652ab44ab9c3abd8eca31a63cc083d921 (diff) | |
download | php-git-c07a14a01f6f0197ceb78187764570216e7edb81.tar.gz |
Removed C++ style comment
Diffstat (limited to 'sapi/roxen')
-rw-r--r-- | sapi/roxen/roxen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/roxen/roxen.c b/sapi/roxen/roxen.c index c12e3acc43..564c9010cd 100644 --- a/sapi/roxen/roxen.c +++ b/sapi/roxen/roxen.c @@ -467,7 +467,7 @@ php_roxen_sapi_read_cookies(SLS_D) static void php_info_roxen(ZEND_MODULE_INFO_FUNC_ARGS) { - // char buf[512]; + /* char buf[512]; */ PUTS("<table border=5 width=600>\n"); php_info_print_table_row(2, "SAPI module version", "$Id$"); |