[PATCH] hcreate.3: Declare variables with different types in different lines

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx>
---
 man3/hsearch.3 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/man3/hsearch.3 b/man3/hsearch.3
index 2fd2dc2cd..5c281c974 100644
--- a/man3/hsearch.3
+++ b/man3/hsearch.3
@@ -315,7 +315,8 @@ static char *data[] = { "alpha", "bravo", "charlie", "delta",
 int
 main(void)
 {
-    ENTRY e, *ep;
+    ENTRY e;
+    ENTRY *ep;
 
     hcreate(30);
 
-- 
2.28.0




[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux