limits.h: remove extra #endif
authorAlan Cox <alan@linux.intel.com>
Mon, 29 Dec 2014 00:51:02 +0000 (00:51 +0000)
committerAlan Cox <alan@linux.intel.com>
Mon, 29 Dec 2014 00:51:02 +0000 (00:51 +0000)
Library/include/limits.h

index 40e0a67..227ff77 100644 (file)
@@ -23,6 +23,5 @@
 #ifndef RAND_MAX
 #define RAND_MAX       INT_MAX
 #endif
-#endif
 
 #endif