Nit
authoroes <oes@users.sourceforge.net>
Thu, 8 May 2003 15:11:31 +0000 (15:11 +0000)
committeroes <oes@users.sourceforge.net>
Thu, 8 May 2003 15:11:31 +0000 (15:11 +0000)
cgi.c

diff --git a/cgi.c b/cgi.c
index 61f90cc..41e01f5 100644 (file)
--- a/cgi.c
+++ b/cgi.c
@@ -1,4 +1,4 @@
-const char cgi_rcs[] = "$Id: cgi.c,v 1.70.2.7 2003/04/03 13:50:58 oes Exp $";
+const char cgi_rcs[] = "$Id: cgi.c,v 1.70.2.8 2003/04/29 13:33:51 oes Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/Attic/cgi.c,v $
@@ -38,6 +38,9 @@ const char cgi_rcs[] = "$Id: cgi.c,v 1.70.2.7 2003/04/03 13:50:58 oes Exp $";
  *
  * Revisions   :
  *    $Log: cgi.c,v $
+ *    Revision 1.70.2.8  2003/04/29 13:33:51  oes
+ *    Killed a compiler warning on OSX
+ *
  *    Revision 1.70.2.7  2003/04/03 13:50:58  oes
  *    - Don't call cgi_error_disabled ifndef FEATURE_CGI_EDIT_ACTIONS
  *      (fixes bug #710056)
@@ -582,7 +585,7 @@ static const struct cgi_dispatcher cgi_dispatchers[] = {
 
 
 /*
- * Bulit-in images for ad replacement
+ * Built-in images for ad replacement
  *
  * Hint: You can encode your own images like this:
  * cat your-image | perl -e 'while (read STDIN, $c, 1) { printf("\\%.3o", unpack("C", $c)); }'