diff options
Diffstat (limited to 'src/LYShowInfo.c')
-rw-r--r-- | src/LYShowInfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYShowInfo.c b/src/LYShowInfo.c index 32d31a6c..ca01bf9e 100644 --- a/src/LYShowInfo.c +++ b/src/LYShowInfo.c @@ -26,7 +26,7 @@ #ifdef HAVE_CONFIG_H #define HAVE_CFG_DEFS_H -#define PutDefs(table, n) fprintf(fp0, "%-35s %s\n", table[n].name, table[n].value) +#define PutDefs(table, N) fprintf(fp0, "%-35s %s\n", table[N].name, table[N].value) /* * Compile-time definitions info, returns local url |