[srm-cvs] CVS Update: - Bug fix, remove unnecessary ';'

From: <kalowsky[@]php.net>
Date: Sun Feb 24 2002 - 20:45:21 CET

Date: Sun Feb 24 20:45:18 CET 2002
User: Dan Kalowsky
Directory: srm/modules/auth

Log Message:
 [0.01]
 - Bug fix, remove unnecessary ';'
 
 
Modified files:
           srm/modules/auth/auth.c (version: 1.20)

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

--- srm/modules/auth/auth.c:1.19 Mon Jan 14 18:54:00 2002 GMT
+++ srm/modules/auth/auth.c Sun Feb 24 18:45:16 2002 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.19 2002/01/14 19:54:00 peter Exp $ */
+/* $Id: cvstemp,v 1.20 2002/02/24 19:45:16 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>
@@ -92,10 +93,10 @@
 
 
 /* This is used to define ini_entries */
-BEGIN_INI_ENTRIES;
+BEGIN_INI_ENTRIES
         char *userfile;
         srm_ui32 idle_to;
-END_INI_ENTRIES;
+END_INI_ENTRIES
 
 
 /*
Received on Sun Feb 24 20:45:49 2002

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