aboutsummaryrefslogtreecommitdiffstats
path: root/doc/yat2m.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-09-21 13:30:45 +0000
committerWerner Koch <[email protected]>2006-09-21 13:30:45 +0000
commit43ab905823df0ae44607cda41da9c105e009c1e5 (patch)
tree155ab1ee960c61dbaa5c4db6747358fa0117bf14 /doc/yat2m.c
parentCleanups. (diff)
downloadgnupg-43ab905823df0ae44607cda41da9c105e009c1e5.tar.gz
gnupg-43ab905823df0ae44607cda41da9c105e009c1e5.zip
Various updates
Diffstat (limited to 'doc/yat2m.c')
-rw-r--r--doc/yat2m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/yat2m.c b/doc/yat2m.c
index 266107c1d..90581232e 100644
--- a/doc/yat2m.c
+++ b/doc/yat2m.c
@@ -822,7 +822,7 @@ parse_file (const char *fname, FILE *fp, char **section_name, int in_pause)
lnr++;
if (!n || line[n-1] != '\n')
{
- err ("%s:$d: trailing linefeed missing, line too long or "
+ err ("%s:%d: trailing linefeed missing, line too long or "
"embedded Nul character", fname, lnr);
break;
}