Explorar el Código

Typo

tags/v0.9.3
Michael Brown hace 18 años
padre
commit
d65a66606b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/include/gpxe/arp.h

+ 1
- 1
src/include/gpxe/arp.h Ver fichero

@@ -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…
Cancelar
Guardar