freebsd-ports/audio/tclmidi/files/patch-TclmIntp.h
Pietro Cerutti e8826819bd - Fix build
Reported by:	miwi (Tcl/Tk 86 exp-run)
2013-05-14 09:28:58 +00:00

9 lines
218 B
C

--- TclmIntp.h.orig 2013-05-14 11:24:39.000000000 +0200
+++ TclmIntp.h 2013-05-14 11:25:36.000000000 +0200
@@ -64,6 +64,5 @@
int current_song;
int current_dev;
int current_patch;
- Event *next_event;
};
#endif