Skip to content

Commit

Permalink
fixed double declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIs-13 authored and AJenbo committed Oct 25, 2022
1 parent 57ea31c commit c6dd225
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vag2wav/vag2wav.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#include "endian.c"

double f[5][2] = { { 0.0, 0.0 },
double f[5][2] = { { 0.0, 0.0 },
{ 60.0 / 64.0, 0.0 },
{ 115.0 / 64.0, -52.0 / 64.0 },
Expand Down

0 comments on commit c6dd225

Please sign in to comment.