[srm-cvs] CVS Update: - we don't need that pesky ';' in there

From: <kalowsky[@]php.net>
Date: Sat Feb 23 2002 - 20:14:17 CET

Date: Sat Feb 23 20:14:17 CET 2002
User: Dan Kalowsky
Directory: srm/modules/http

Log Message:
 [0.02]
 - we don't need that pesky ';' in there
 
 
Modified files:
           srm/modules/http/http.c (version: 1.41)

[FILE: /srm/modules/http/http.c]

--- srm/modules/http/http.c:1.40 Fri Jan 18 15:27:20 2002 GMT
+++ srm/modules/http/http.c Sat Feb 23 18:14:17 2002 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.40 2002/01/18 16:27:20 derick Exp $ */
+/* $Id: cvstemp,v 1.41 2002/02/23 19:14:17 kalowsky Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -17,6 +17,7 @@
  * 2000, 2001, 2002 Vulcan Logic Group. All Rights Reserved.
  *
  * Contributor(s):
+ * Daniel R. Kalowsky <dank@deadmime.org>
  */
 
 #include <stdio.h>
@@ -67,7 +68,7 @@
 
 
 /* This is used to define ini_entries */
-BEGIN_INI_ENTRIES;
+BEGIN_INI_ENTRIES
         srm_ui32 port;
 END_INI_ENTRIES;
 
Received on Sat Feb 23 20:14:31 2002

This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 11:00:06 CET