summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h
index 666e513..aaad77a 100644
--- a/src/options.h
+++ b/src/options.h
@@ -43,7 +43,7 @@ struct options_struct {
char* src_bin_desc_;
char* output_dir_;
char* name_format_;
- int length_;
+ int interval_;
int offset_;
};
typedef struct options_struct options_t;