typo
authorderaadt <deraadt@openbsd.org>
Sat, 31 Aug 1996 13:12:12 +0000 (13:12 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 31 Aug 1996 13:12:12 +0000 (13:12 +0000)
usr.sbin/eeprom/ophandlers.c

index 8aad8c3..315d59c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ophandlers.c,v 1.3 1996/08/31 12:56:08 deraadt Exp $  */
+/*     $OpenBSD: ophandlers.c,v 1.4 1996/08/31 13:12:12 deraadt Exp $  */
 /*     $NetBSD: ophandlers.c,v 1.2 1996/02/28 01:13:30 thorpej Exp $   */
 
 /*-
@@ -71,7 +71,7 @@ static        struct extabent opextab[] = {
 };
 
 #define BARF(str1, str2) {                                             \
-       snprintf(err_str, sizeof err_str "%s: %s", (str1), (str2));     \
+       snprintf(err_str, sizeof err_str, "%s: %s", (str1), (str2));    \
        ++eval;                                                         \
        return (err_str);                                               \
 };