aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 86369d2..86def80 100644
--- a/src/main.c
+++ b/src/main.c
@@ -11,7 +11,7 @@
int main(int argc, char **argv)
{
- enum every_opt_command cmd;
+ enum opt_command_e cmd;
char *calpath;
FILE *cal;