diff options
author | 2005-10-24 00:35:57 +0000 | |
---|---|---|
committer | 2005-10-24 00:35:57 +0000 | |
commit | c848d300b010fa7db6057afe9cfe2c64832e2afa (patch) | |
tree | cb954773ba9901f3fdb061a74d562efeb90198ab | |
parent | regen (diff) | |
download | wireguard-openbsd-c848d300b010fa7db6057afe9cfe2c64832e2afa.tar.xz wireguard-openbsd-c848d300b010fa7db6057afe9cfe2c64832e2afa.zip |
add a comma here.
-rw-r--r-- | sys/dev/ic/rtl81x9.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c index 4249472551a..bce8f2f210b 100644 --- a/sys/dev/ic/rtl81x9.c +++ b/sys/dev/ic/rtl81x9.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtl81x9.c,v 1.45 2005/08/03 16:27:39 brad Exp $ */ +/* $OpenBSD: rtl81x9.c,v 1.46 2005/10/24 00:35:57 brad Exp $ */ /* * Copyright (c) 1997, 1998 @@ -1236,7 +1236,7 @@ rl_attach(sc) rl_read_eeprom(sc, (caddr_t)sc->sc_arpcom.ac_enaddr, RL_EE_EADDR, addr_len, 3, 1); - printf(" address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); + printf(", address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); rl_read_eeprom(sc, (caddr_t)&rl_did, RL_EE_PCI_DID, addr_len, 1, 0); |