Skip to content

Commit

Permalink
Fixes compilation on case sensitive file systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
dom96 committed Jun 8, 2016
1 parent 9d91c7b commit eaf398b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aporia.nim
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ when defined(macosx):

# Local imports:
import settings, utils, cfg, search, suggest, AboutDialog, processes,
CustomStatusBar, AutoComplete
CustomStatusBar, autocomplete
{.push callConv:cdecl.}

const
Expand Down
2 changes: 1 addition & 1 deletion suggest.nim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import
gtk2, gdk2, glib2,
strutils, osproc, os,
utils, processes, CustomStatusBar, AutoComplete
utils, processes, CustomStatusBar, autocomplete

import rst, rstast

Expand Down

0 comments on commit eaf398b

Please sign in to comment.