Replace more uses of 'cnt' by 'n'.
[pspp] / src / ui / gui / psppire-import-textfile.h
index 68ee2a760f6335905e42c7c7db6ae0b8d906f2ef..4a65d7debe1b02e021d15968164a054ef2b0c4a0 100644 (file)
@@ -40,7 +40,7 @@ static const struct separator separators[] =
     {"slash",     '/'},
   };
 
-#define SEPARATOR_CNT (sizeof separators / sizeof *separators)
+#define N_SEPARATORS (sizeof separators / sizeof *separators)
 
 /* Initializes IA's intro substructure. */
 void intro_page_create (PsppireImportAssistant *ia);