Doh! Fix a comma that disappeared along the way.

Pointy-hat by:	peter
This commit is contained in:
Scott Long 2001-08-30 13:09:09 +00:00
parent 10d5c1f939
commit 6965a4937d

View File

@ -152,7 +152,7 @@ struct aac_interface aac_rx_interface = {
/* Debugging and Diagnostics */
static void aac_describe_controller(struct aac_softc *sc);
static char *aac_describe_code(struct aac_code_lookup *table
static char *aac_describe_code(struct aac_code_lookup *table,
u_int32_t code);
/* Management Interface */