undo last change

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4143 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-12-06 07:54:12 +00:00
parent d636bec52f
commit 985466d020
2 changed files with 7 additions and 7 deletions

View File

@@ -57,10 +57,10 @@ com_right(struct error_table *list, long code)
}
void
initialize_error_table_r(struct error_table **list,
const char **messages,
int num_errors,
long base)
initialize_error_table(struct error_table **list,
const char **messages,
int num_errors,
long base)
{
struct error_table *et;
for(et = *list; et; et = et->next)