Skip to content

Commit

Permalink
Merge pull request sysprog21#34 from colinyoyo26/master
Browse files Browse the repository at this point in the history
Fix comment
  • Loading branch information
jserv authored Feb 26, 2020
2 parents 4430c35 + ed2bb05 commit 7dc8981
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions console.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,7 @@ static bool push_file(char *fname)
return true;
}

/* Pop a file buffer from stack.
* Return true if stack is now empty
*/
/* Pop a file buffer from stack */
static void pop_file()
{
if (buf_stack) {
Expand Down

0 comments on commit 7dc8981

Please sign in to comment.