Skip to content

Commit 72ceb21

Browse files
committed
Fix a compiler warning in initStringInfo().
Fix a compiler warning found by Cfbot. This was caused by commit bb86e85e442.
1 parent ceb2855 commit 72ceb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/stringinfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ makeStringInfoExt(int initsize)
9696
void
9797
initStringInfo(StringInfo str)
9898
{
99-
return initStringInfoInternal(str, STRINGINFO_DEFAULT_SIZE);
99+
initStringInfoInternal(str, STRINGINFO_DEFAULT_SIZE);
100100
}
101101

102102
/*

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy