Przeglądaj źródła

Fix comment for #endif to remove warnings.

Manuel Novoa III 25 lat temu
rodzic
commit
59674ac812
1 zmienionych plików z 1 dodań i 1 usunięć
  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 */