Browse Source

Typo

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
d65a66606b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include/gpxe/arp.h

+ 1
- 1
src/include/gpxe/arp.h View File

@@ -18,6 +18,6 @@ extern int arp_process ( struct net_interface *arp_netif,
18 18
 			 struct pk_buff *pkb );
19 19
 
20 20
 extern int arp_add_generic_header ( struct net_interface *arp_netif,
21
-				    struct pk_buff *pkb ) {
21
+				    struct pk_buff *pkb );
22 22
 
23 23
 #endif /* _ARP_H */

Loading…
Cancel
Save