Add a ; to make a non-null statement

This commit is contained in:
Warner Losh 2002-09-29 22:58:53 +00:00
parent 0acab084ce
commit 83431b577e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104154

View File

@ -292,7 +292,7 @@ readfile(char *name)
last_card->next = genericp;
last_card = tail_gp;
}
generic_done:
generic_done:;
}
/* save the initial state of resource pool */