summaryrefslogtreecommitdiff
path: root/src/LV2-render_internal.h
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-01-29 19:53:46 -0800
committeryo mama <pepper@scannerjammer.com>2015-01-29 19:53:46 -0800
commit25df4f89b7b23d6a5e132569b6e916600b3a4c0e (patch)
treea6960779e045163e5835938fddc09c8ed7d4b338 /src/LV2-render_internal.h
parent801133a743ec05f15991d7b6f732efa7b8cda9a7 (diff)
working version, need to finish testing cli args
Diffstat (limited to 'src/LV2-render_internal.h')
-rw-r--r--src/LV2-render_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LV2-render_internal.h b/src/LV2-render_internal.h
index 6b1cd51..92be2f9 100644
--- a/src/LV2-render_internal.h
+++ b/src/LV2-render_internal.h
@@ -82,7 +82,7 @@ typedef struct {
int print_controls; ///< Print control changes to stdout
int nchannels; ///
int sample_rate; ///
- char* outfile; ///
+ char* outfile; //
} JalvOptions;
typedef struct {