Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.

This commit is contained in:
Joel Sherrill
1998-09-23 16:46:52 +00:00
parent ecc3fe3181
commit 1fd26a529c
4 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ static void usage( char *prog )
static void shgen_header( FILE *file )
{
fprintf( file,
"/*\n * DO NOT EDIT - this file is automatically generated by shgen\n" );
"/*\n * DO NOT EDIT - this file is automatically generated by shgen 0.2\n" );
fprintf( file,
" * Copyright (c) 1998, Ralf Corsepius (corsepiu@faw.uni-ulm.de)\n */\n" );
fprintf( file,