summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-01-28 23:49:01 +0100
committerWerner Koch <wk@gnupg.org>2014-01-28 23:49:01 +0100
commit6245bf65fc2554c7c103324d451036de08869458 (patch)
tree38a75f41723f232cf0ca160b3992c46085386720
parente1aa030d7655743f0c3cdd5f7b26ae1b4665fbc6 (diff)
downloadlibgpg-error-6245bf65fc2554c7c103324d451036de08869458.tar.gz
Fix the name of the file in the comment of the output.
* src/gen-posix-lock-obj.c (main): Chnage comment in created file.
-rw-r--r--src/gen-posix-lock-obj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen-posix-lock-obj.c b/src/gen-posix-lock-obj.c
index 7644c6f..de2c8bc 100644
--- a/src/gen-posix-lock-obj.c
+++ b/src/gen-posix-lock-obj.c
@@ -66,7 +66,7 @@ main (void)
/* To force a probably suitable alignment of the structure we use a
union and include a long and a pointer to a long. */
- printf ("## lock-obj.%s.h\n"
+ printf ("## lock-obj-pub.%s.h\n"
"## File created by " PGM " - DO NOT EDIT\n"
"## To be included by mkheader into gpg-error.h\n"
"\n"