lib/mcconfig/paths.c: reduce scope of 'homedir' var.
commit61f4ef98b90c1ac9057cc894c178e920d910b723
authorMooffie <mooffie@gmail.com>
Thu, 8 Sep 2016 14:07:27 +0000 (8 17:07 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Sun, 11 Sep 2016 08:11:01 +0000 (11 11:11 +0300)
treef9df58a062eca7576ae026a5559c1cf1dfa08e0a
parent92889819ead19f185886f6618808d64e3143fc5d
lib/mcconfig/paths.c: reduce scope of 'homedir' var.

To ensure that nobody uses the 'homedir' variable in the future without
initializing it first, we make it private to the function, thereby effectively
removing it.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
lib/mcconfig/paths.c