Explorar el Código

Fix comment for #endif to remove warnings.

Manuel Novoa III hace 25 años
padre
commit
59674ac812
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/sys/socketcall.h

+ 1 - 1
include/sys/socketcall.h

@@ -19,4 +19,4 @@
 #define SYS_SENDMSG	16
 #define SYS_RECVMSG	17
 
-#endif _SYS_SOCKETCALL_H
+#endif /* _SYS_SOCKETCALL_H */