Skip to content
Snippets Groups Projects
Commit 89765fa5 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix compile error caused by patch application.

parent 2a06b3bd
No related branches found
No related tags found
No related merge requests found
...@@ -77,9 +77,6 @@ GetPrivateProfileString(char *theSection, /* section name */ ...@@ -77,9 +77,6 @@ GetPrivateProfileString(char *theSection, /* section name */
size_t aReturnLength = 0; size_t aReturnLength = 0;
BOOL aSectionFound = FALSE; BOOL aSectionFound = FALSE;
BOOL aKeyFound = FALSE; BOOL aKeyFound = FALSE;
size_t aReturnLength = 0;
BOOL aSectionFound = FALSE;
BOOL aKeyFound = FALSE;
ptr = (char *) getpwuid(getuid()); /* get user info */ ptr = (char *) getpwuid(getuid()); /* get user info */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment