diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-10-10 20:59:57 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-10-10 20:59:57 -0400 |
commit | 043745f9329c2bc33b8e6282b57970bbc550355e (patch) | |
tree | b10a68c3152f998c5de50a7ed9f1bfb18a622e6b /src/LYShowInfo.c | |
parent | 753bdc89883fa43ff68ac89880aa06d5b9e7251f (diff) | |
download | lynx-snapshots-043745f9329c2bc33b8e6282b57970bbc550355e.tar.gz |
snapshot of project "lynx", label v2-8-1pre_9
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 |