summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-01 11:18:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-01 11:18:37 +0000
commit5f117e817a363a68d6ba0f54dc3b56e260bd5cc3 (patch)
tree5d6d052cb49bda6163bf9dc5ffcebc620d45932c /cpukit/httpd
parent2000-08-30 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-5f117e817a363a68d6ba0f54dc3b56e260bd5cc3.tar.bz2
2000-09-01 Rosimildo daSilva <rdasilva@connecttel.com>
* emfdb.c: Removed stray semi-colon. Reported on GoAhead mailing lists by Jim Rudnicki <jdrudnicki@yahoo.com>
Diffstat (limited to 'cpukit/httpd')
-rw-r--r--cpukit/httpd/emfdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/httpd/emfdb.c b/cpukit/httpd/emfdb.c
index a316c1a454..9a0c1dd1e3 100644
--- a/cpukit/httpd/emfdb.c
+++ b/cpukit/httpd/emfdb.c
@@ -1019,7 +1019,7 @@ void basicSetProductDir(char_t *proddir)
{
int len;
- if (basicProdDir != NULL); {
+ if (basicProdDir != NULL) {
bfree(B_L, basicProdDir);
}