From 6245bf65fc2554c7c103324d451036de08869458 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 28 Jan 2014 23:49:01 +0100 Subject: Fix the name of the file in the comment of the output. * src/gen-posix-lock-obj.c (main): Chnage comment in created file. --- src/gen-posix-lock-obj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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" -- cgit v1.2.3