Index: /trunk/psModules/src/config/pmConfig.c
===================================================================
--- /trunk/psModules/src/config/pmConfig.c	(revision 13206)
+++ /trunk/psModules/src/config/pmConfig.c	(revision 13207)
@@ -4,6 +4,6 @@
  *  @author EAM (IfA)
  *
- *  @version $Revision: 1.91 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-05-01 03:53:11 $
+ *  @version $Revision: 1.92 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-05-04 00:46:42 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -17,5 +17,5 @@
 #include <stdio.h>
 #include <string.h>
-#include <strings.h>		/* for strn?casecmp */
+#include <strings.h>            /* for strn?casecmp */
 #include <unistd.h>
 #include <libgen.h>
@@ -246,7 +246,7 @@
         }
         if (item->type != PS_DATA_STRING) {
-	   psTrace("config", 2, "Element %s in %s metadata is not of type STR.\n",
-		   item->name, description);
-	   continue;
+           psTrace("config", 2, "Element %s in %s metadata is not of type STR.\n",
+                   item->name, description);
+           continue;
         }
 
@@ -254,9 +254,9 @@
         psMetadata *new = NULL;         // New metadata
         if (!pmConfigFileRead(&new, item->data.str, item->name)) {
-	    psError(PM_ERR_CONFIG, false, "Trouble reading reading %s %s --- "
-		    "ignored.\n", description, item->name);
+            psError(PM_ERR_CONFIG, false, "Trouble reading reading %s %s --- "
+                    "ignored.\n", description, item->name);
             psFree(new);
-	    psFree(iter);
-	    return false;
+            psFree(iter);
+            return false;
         }
 
@@ -518,6 +518,6 @@
                 psFree(config);
                 return NULL;
-	    }
-	    
+            }
+
             psArgumentRemove(argNum, argc, argv);
 
@@ -1216,5 +1216,5 @@
         // convert nebfile into a psString
         psString path = psStringCopy(nebfile);
-        psFree(nebfile);
+        nebFree(nebfile);
         nebServerFree(server);
 
