Remove an extra semicolon after a function.

This commit is contained in:
stefanf 2004-10-17 21:29:53 +00:00
parent e223660467
commit c0d4a309fc

View File

@ -423,7 +423,7 @@ wi_printkeys(struct wi_req *wreq)
}
return;
};
}
void
wi_printwords(struct wi_req *wreq)