diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2023-12-12 12:07:59 +0200 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2023-12-12 12:07:59 +0200 |
commit | 04b3dbe0a339c42d7b2085bcd6149e9277d699a1 (patch) | |
tree | 9d350791389d1d36a285e4a9a53e55fc33cdf4eb /src/osc_sound.c | |
parent | 89b515395310c4e84a84992d3f0bd11f8ded6d03 (diff) | |
download | synth-project-04b3dbe0a339c42d7b2085bcd6149e9277d699a1.tar.gz synth-project-04b3dbe0a339c42d7b2085bcd6149e9277d699a1.tar.bz2 synth-project-04b3dbe0a339c42d7b2085bcd6149e9277d699a1.zip |
Diffstat (limited to 'src/osc_sound.c')
-rw-r--r-- | src/osc_sound.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osc_sound.c b/src/osc_sound.c index cbdd7b5..e919e96 100644 --- a/src/osc_sound.c +++ b/src/osc_sound.c @@ -7,7 +7,6 @@ osc_t OSC_sound = { .data = 0, .len = 0, .start = 0, - .end = 0, .type = WAVE, }; |