diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-01-29 19:53:46 -0800 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-01-29 19:53:46 -0800 |
| commit | 25df4f89b7b23d6a5e132569b6e916600b3a4c0e (patch) | |
| tree | a6960779e045163e5835938fddc09c8ed7d4b338 /src/LV2-render_internal.h | |
| parent | 801133a743ec05f15991d7b6f732efa7b8cda9a7 (diff) | |
working version, need to finish testing cli args
Diffstat (limited to 'src/LV2-render_internal.h')
| -rw-r--r-- | src/LV2-render_internal.h | 2 |
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 { |
