Skip to content

Commit

Permalink
docs: update stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Oct 15, 2023
1 parent 479306a commit 94e7196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/wincent/commandt/lib/scanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
#include <errno.h> /* for errno */
#include <signal.h> /* for SIGKILL, kill() */
#include <stddef.h> /* for NULL */
#include <stdio.h> /* for fileno(), fprintf(), pclose(), popen(), stderr */
#include <stdio.h> /* for fprintf(), stderr */
#include <stdlib.h> /* for free() */
#include <string.h> /* for memchr(), strlen() */
#include <unistd.h> /* close(), fork(), pipe(), read(), tcgetpgrp() */
#include <unistd.h> /* close(), fork(), pipe(), read() */

#include "debug.h"
#include "str.h"
Expand Down

0 comments on commit 94e7196

Please sign in to comment.