diff options
Diffstat (limited to '')
| -rw-r--r-- | src/cubetypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h index 8ba1341..14e490a 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h | |||
| @@ -157,7 +157,7 @@ commandargs | |||
| 157 | Step * step; | 157 | Step * step; |
| 158 | Command * command; /* For help */ | 158 | Command * command; /* For help */ |
| 159 | int n; | 159 | int n; |
| 160 | int scrt; | 160 | char scrtype[20]; |
| 161 | bool scrstdin; | 161 | bool scrstdin; |
| 162 | bool header; | 162 | bool header; |
| 163 | }; | 163 | }; |
