Skip to content

Commit

Permalink
(load_setup): clarify usage of internal variable.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Borodin <[email protected]>
  • Loading branch information
aborodin committed Dec 28, 2013
1 parent 18dcddf commit dcedeab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -920,10 +920,11 @@ load_setup (void)
{
const char *profile;
size_t i;
char *buffer;
const char *kt;

#ifdef HAVE_CHARSET
char *buffer;

load_codepages_list ();
#endif /* HAVE_CHARSET */

Expand Down

0 comments on commit dcedeab

Please sign in to comment.