Skip to content

Commit

Permalink
Fix CPP typo #3649 #3702
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan authored Dec 29, 2017
1 parent 609c89b commit 36c1226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/Constants.hs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ defaultTerminalWidth = 100
-- | Maximum length to use in paths. Is only a 'Just' value on windows,
-- corresponding to MAX_PATH.
maxPathLength :: Maybe Int
#ifdef mings32_HOST_OS
#ifdef mingw32_HOST_OS
maxPathLength = Just 260
#else
maxPathLength = Nothing
Expand Down

0 comments on commit 36c1226

Please sign in to comment.