commit d8f9ff644b9bd7c5d40e40f60e81d4c822e16e1e
parent 6beb69d36cbae7d3fc29f4b7ee632e3ca2bbc170
Author: sin <sin@2f30.org>
Date: Sun, 28 Dec 2014 15:40:46 +0000
Initialize the struct properly in config.def.h
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -1,4 +1,4 @@
Outputdesc Outputdescs[] = {
- { "sndio", 16, 44100, 2, 1, &sndiooutput },
- { "fifo", 16, 44100, 2, 1, &fifooutput },
+ { "sndio", 16, 44100, 2, 1, 0, &sndiooutput },
+ { "fifo", 16, 44100, 2, 1, 0, &fifooutput },
};