Index: trunk/pswarp/src/pswarpArguments.c
===================================================================
--- trunk/pswarp/src/pswarpArguments.c	(revision 13750)
+++ trunk/pswarp/src/pswarpArguments.c	(revision 14389)
@@ -68,8 +68,11 @@
     psFree (array);
 
+    psTrace("pswarp", 1, "Done with pswarpArguments...\n");
+    return (config);
+}
 
     // Parse the recipe and format into the arguments
-    {
-
+bool pswarpOptions(pmConfig *config)
+{
         // Select the appropriate recipe
         psMetadata *recipe  = psMetadataLookupPtr (NULL, config->recipes, PSWARP_RECIPE);
@@ -146,6 +149,4 @@
         psMetadataAddF32(config->arguments, PS_LIST_TAIL, "POOR.FRAC", 0,
                          "Fraction of bad flux for a pixel to be marked as poor", poorFrac);
-    }
-
     psTrace("pswarp", 1, "Done with pswarpArguments...\n");
     return (config);
