Skip to content

Commit 2d87615

Browse files
committed
Fix typos for Windows build.
1 parent bd62391 commit 2d87615

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cups/globals.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ cups_globals_alloc(void)
172172
DWORD size; // Size of string
173173
static char installdir[1024] = "", // Install directory
174174
userconfig[1024] = "", // User configuration directory
175-
sysconf[1024] = ""; // Server configuration directory
175+
sysconfig[1024] = ""; // Server configuration directory
176176
#endif // _WIN32
177177

178178

@@ -252,7 +252,7 @@ cups_globals_alloc(void)
252252
{
253253
const char *userprofile = getenv("USERPROFILE");
254254
// User profile (home) directory
255-
char *homeptr; // Pointer into homedir
255+
char *userptr; // Pointer into user profile
256256

257257
DEBUG_printf(("cups_globals_alloc: USERPROFILE=\"%s\"", userprofile));
258258

0 commit comments

Comments
 (0)