Fix number of arguments to the fprintf format string I changed yesterday.

This commit is contained in:
mccabe%netscape.com 1999-06-15 04:59:19 +00:00
Родитель d1a7f6e578
Коммит 21e1bf9de8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -45,7 +45,7 @@ write_header(gpointer key, gpointer value, gpointer user_data)
char *ident = (char *)value;
TreeState *state = (TreeState *)user_data;
fprintf(state->file, "#include \"%s.h\"\n",
ident, ident);
ident);
}
static gboolean