Browse Source

Fix comment for #endif to remove warnings.

Manuel Novoa III 24 years ago
parent
commit
59674ac812
1 changed files with 1 additions and 1 deletions
  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 */