From 0713e9593c3fa2cdcbec2e60d33618a6f877e5db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sat, 20 Mar 1999 03:56:34 +0100 Subject: [PATCH] Fixed typo. Rev: bin/make_ci.pike:1.2 --- bin/make_ci.pike | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/make_ci.pike b/bin/make_ci.pike index 383e390392..fc693e87e3 100644 --- a/bin/make_ci.pike +++ b/bin/make_ci.pike @@ -1,5 +1,5 @@ /* - * $Id: make_ci.pike,v 1.1 1999/03/20 02:36:57 grubba Exp $ + * $Id: make_ci.pike,v 1.2 1999/03/20 02:56:34 grubba Exp $ * * Creates the file case_info.h * @@ -71,13 +71,13 @@ int main(int argc, array(string) argv) } write(sprintf("/*\n" - " * Created by $Id: make_ci.pike,v 1.1 1999/03/20 02:36:57 grubba Exp $ on %s" + " * Created by $Id: make_ci.pike,v 1.2 1999/03/20 02:56:34 grubba Exp $ on %s" " *\n" " * Table used for looking up the case of\n" " * Unicode characters.\n" " *\n" " * Henrik Grubbström 1999-03-20\n" - " */\n\n", ctime(time())); + " */\n\n", ctime(time()))); foreach(ci, array(int) info) { write(sprintf("{ 0x%04x, %s, 0x%04x, },\n", -- GitLab