Skip to content

Commit

Permalink
Merge pull request #44 from g0wfv/master
Browse files Browse the repository at this point in the history
Capitalise default ini file in Linux to match pre-existing file in repo
  • Loading branch information
g4klx committed May 4, 2016
2 parents fbef96c + 131115d commit 4253bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMDVMHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#if defined(_WIN32) || defined(_WIN64)
const char* DEFAULT_INI_FILE = "mmdvm.ini";
#else
const char* DEFAULT_INI_FILE = "/etc/mmdvm.ini";
const char* DEFAULT_INI_FILE = "/etc/MMDVM.ini";
#endif

static bool m_killed = false;
Expand Down

0 comments on commit 4253bb3

Please sign in to comment.