Skip to content

Commit bd62391

Browse files
committed
Fix typo for Linux.
1 parent 23b1be6 commit bd62391

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cups/globals.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ cups_globals_alloc(void)
309309
# ifdef __APPLE__
310310
if (!home)
311311
#else
312-
if (!home && (!xdg_config_home || !xdg_state_home))
312+
if (!home && !xdg_config_home)
313313
# endif // __APPLE__
314314
{
315315
struct passwd pw; // User info

0 commit comments

Comments
 (0)