mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
2003-07-10 Casper S. Hornstrup <[email protected]>
* tools/rgenstat/rgenstat.c (parse_file): Be silent. svn path=/trunk/; revision=5036
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-07-10 Casper S. Hornstrup <[email protected]>
|
||||
|
||||
* tools/rgenstat/rgenstat.c (parse_file): Be silent.
|
||||
|
||||
2003-07-10 Casper S. Hornstrup <[email protected]>
|
||||
|
||||
* rules.mak (XSLTPROC): Add.
|
||||
|
||||
@@ -411,8 +411,6 @@ parse_file(char *filename)
|
||||
api_info->tag_id = tag_id;
|
||||
strcpy(api_info->name, name);
|
||||
|
||||
printf("Name '%s' File '%s'\n", name, filename);
|
||||
|
||||
api_info->next = api_info_list;
|
||||
api_info_list = api_info;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user