fix a typo

This commit is contained in:
William Hubbs 2018-06-14 14:55:42 -05:00
parent ec8abea460
commit d4501a9f06

View File

@ -19,7 +19,7 @@
#include <unistd.h>
#include <sys/types.h>
#include "rc-pipe-command.h"
#include "rc-pipes.h"
static const int pipe_read_end = 0;
static const int pipe_write_end = 1;