From d65a66606b09ff278738ed33f34205f366ea1a87 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 19 Apr 2006 02:08:27 +0000 Subject: [PATCH] Typo --- src/include/gpxe/arp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/gpxe/arp.h b/src/include/gpxe/arp.h index 5531b452..64e6c272 100644 --- a/src/include/gpxe/arp.h +++ b/src/include/gpxe/arp.h @@ -18,6 +18,6 @@ extern int arp_process ( struct net_interface *arp_netif, struct pk_buff *pkb ); extern int arp_add_generic_header ( struct net_interface *arp_netif, - struct pk_buff *pkb ) { + struct pk_buff *pkb ); #endif /* _ARP_H */