diff options
| author | 2003-08-06 21:08:05 +0000 | |
|---|---|---|
| committer | 2003-08-06 21:08:05 +0000 | |
| commit | 7b42523597ebbd7f829fb3307a584d24d2ee1ca3 (patch) | |
| tree | a7bb74286beaa668e4a894ba845c11ec383cea0e /usr.sbin/httpd/src/modules/example/mod_example.c | |
| parent | must pre-def struct file before circular structs (diff) | |
| download | wireguard-openbsd-7b42523597ebbd7f829fb3307a584d24d2ee1ca3.tar.xz wireguard-openbsd-7b42523597ebbd7f829fb3307a584d24d2ee1ca3.zip | |
Remove some double semicolons (hmm, do two semis equal a maxi?).
I've skipped the GNU stuff for now. From Patrick Latifi.
Diffstat (limited to 'usr.sbin/httpd/src/modules/example/mod_example.c')
| -rw-r--r-- | usr.sbin/httpd/src/modules/example/mod_example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/httpd/src/modules/example/mod_example.c b/usr.sbin/httpd/src/modules/example/mod_example.c index cc40eabe15e..9f10286b92d 100644 --- a/usr.sbin/httpd/src/modules/example/mod_example.c +++ b/usr.sbin/httpd/src/modules/example/mod_example.c @@ -548,7 +548,7 @@ static int example_handler(request_rec *r) ap_get_server_version()); ap_rputs(" <BR>\n", r); ap_rprintf(r, " Server built: \"%s\"\n", ap_get_server_built()); - ap_rputs(" </P>\n", r);; + ap_rputs(" </P>\n", r); ap_rputs(" <P>\n", r); ap_rputs(" The format for the callback trace is:\n", r); ap_rputs(" </P>\n", r); |
