Index: trunk/psastro/src/psastro.c
===================================================================
--- trunk/psastro/src/psastro.c	(revision 7332)
+++ trunk/psastro/src/psastro.c	(revision 7677)
@@ -10,5 +10,5 @@
 
     // load configuration information
-    pmConfig *config = psastroArguments (&argc, argv);
+    pmConfig *config = psastroArguments (argc, argv);
 
     // load identify the data sources
@@ -26,11 +26,11 @@
     psArray *refs = psastroLoadReferences (config);
 
-    psastroMosaicGetRefstars (config, refs); 
+    psastroMosaicGetRefstars (config, refs);
 
     char *mosastro = psMetadataLookupStr (NULL, config->arguments, "MOSASTRO");
     if (mosastro == NULL) {
-	psastroChipAstrom (config, refs);
+        psastroChipAstrom (config, refs);
     } else {
-	psastroMosaicAstrom (config, refs);
+        psastroMosaicAstrom (config, refs);
     }
 
