Index: /trunk/psLib/src/db/psDB.c
===================================================================
--- /trunk/psLib/src/db/psDB.c	(revision 9543)
+++ /trunk/psLib/src/db/psDB.c	(revision 9544)
@@ -12,6 +12,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.101 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-13 21:13:47 $
+ *  @version $Revision: 1.102 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-13 22:26:14 $
  *
  *  Copyright (C) 2005-2006  Joshua Hoblitt, University of Hawaii
@@ -2127,5 +2127,5 @@
 /*****************************************************************************/
 
-psString psDBIntToString(psU64 n)
+psString psDBIntToString(psU64 value)
 {
     // length of string (log10 + 1) + \0
Index: /trunk/psLib/src/db/psDB.h
===================================================================
--- /trunk/psLib/src/db/psDB.h	(revision 9543)
+++ /trunk/psLib/src/db/psDB.h	(revision 9544)
@@ -10,6 +10,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-13 21:13:47 $
+ *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-13 22:26:14 $
  *
  *  Copyright 2005 Joshua Hoblitt, University of Hawaii
@@ -406,5 +406,5 @@
  */
 psString psDBIntToString(
-    psU64 n                           // integer value to convert
+    psU64 value                         // integer value to convert
 );
 
