summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s_struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s_struct.h b/src/s_struct.h
index 29b89e3..cb44d1a 100644
--- a/src/s_struct.h
+++ b/src/s_struct.h
@@ -50,7 +50,7 @@ typedef struct s_lredir
char *heredoc;
int32_t fd;
int8_t redir;
- struct s_lredir *next;
+ struct s_lredir *next;
} t_lredir;
typedef struct s_com