Fix and clean up some comments
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
9f25de3dce
commit
eba87789ab
37 changed files with 73 additions and 69 deletions
|
@ -136,7 +136,7 @@ can_fill_gaps(int type)
|
|||
}
|
||||
|
||||
/*
|
||||
* Is table @type's @id-th record @obj redundant for xundump()
|
||||
* Is table @type's @id-th record @obj redundant for xundump()?
|
||||
*/
|
||||
int
|
||||
xundump_redundant(int type, int id, void *obj)
|
||||
|
@ -173,7 +173,7 @@ gripe(char *fmt, ...)
|
|||
return -1;
|
||||
}
|
||||
|
||||
/* Make TYPE the current table. */
|
||||
/* Make TYPE the current table. */
|
||||
static void
|
||||
tbl_start(int type)
|
||||
{
|
||||
|
@ -185,7 +185,7 @@ tbl_start(int type)
|
|||
idgap_len = 0;
|
||||
}
|
||||
|
||||
/* End the current table. */
|
||||
/* End the current table. */
|
||||
static void
|
||||
tbl_end(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue