Index: libcfa/src/parseconfig.cfa
===================================================================
--- libcfa/src/parseconfig.cfa	(revision 82820da1c3c583a218aa1c7f36784af7ce995c5e)
+++ libcfa/src/parseconfig.cfa	(revision 12b5b226912309b339c7851d8a6976ac122010f9)
@@ -70,8 +70,8 @@
 		open( in, config_file );					// open the configuration file for input
 
+		char key[64];
+		char value[256];
+
 		while () {									// parameter names can appear in any order
-			char key[64];
-			char value[256];
-
 		  	// Must add check to see if already read in a key-value pair,
 			// once we switch to using hash table as intermediate storage
