Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Nyberg <jens.nyberg@gmail.com>
  • Loading branch information
jezze committed May 17, 2021
1 parent c0034e7 commit 0fdfeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/shell.c
Expand Up @@ -193,8 +193,8 @@ static void ondata(struct channel *channel, unsigned int source, void *mdata, un
static void onmain(struct channel *channel, unsigned int source, void *mdata, unsigned int msize)
{

file_link(FILE_G0);
printprompt();
file_link(FILE_G0);

while (channel_process(channel));

Expand Down

0 comments on commit 0fdfeb7

Please sign in to comment.