projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc147f7
)
Removed unused variable to suppress compiler warnings.
author
c vw
<dl1ycf@darc.de>
Fri, 28 May 2021 09:36:21 +0000
(11:36 +0200)
committer
c vw
<dl1ycf@darc.de>
Fri, 28 May 2021 09:36:21 +0000
(11:36 +0200)
midi2.c
patch
|
blob
|
history
diff --git
a/midi2.c
b/midi2.c
index 7010074246585047804dffa1d845413c1dbca53c..1f1562d40ae1cfd3edd8f9e5e3c7a3d7546d31d0 100644
(file)
--- a/
midi2.c
+++ b/
midi2.c
@@
-327,10
+327,9
@@
int MIDIstartup(char *filename) {
int chan;
int t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12;
int onoff, delay;
- struct desc *desc,*dp;
+ struct desc *desc,
*dp;
enum MIDItype type;
enum MIDIevent event;
- int i;
char c;
MidiReleaseCommands();