Skip to content

Commit

Permalink
Fix declaration-after-statement violation
Browse files Browse the repository at this point in the history
  • Loading branch information
earl committed Jul 20, 2015
1 parent b8189d2 commit 2184e81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/os/posix/host-readline.c
Expand Up @@ -103,6 +103,8 @@ extern STD_TERM *Init_Terminal(void);
***********************************************************************/
{
STD_TERM *term;
const char empty_line[] = "";

#ifndef NO_TTY_ATTRIBUTES
struct termios attrs;

Expand Down

0 comments on commit 2184e81

Please sign in to comment.