Skip to content
Snippets Groups Projects
Commit 0713e959 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed typo.

Rev: bin/make_ci.pike:1.2
parent 2b2983a9
No related branches found
No related tags found
No related merge requests found
/*
* $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 Grubbstrm 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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment