commit abd8c081a933b46e23d8715f9864bf9bb19f4425 parent 290e5ecb3898b0b2e3d062b2f3870b3806ac9f01 Author: sin <sin@2f30.org> Date: Sat, 27 Dec 2014 14:23:47 +0000 Add TODO comment Diffstat:
M | output.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/output.c b/output.c @@ -17,6 +17,7 @@ typedef struct { Output *output; } Outputdesc; +/* TODO: should be moved to config.def.h */ static Outputdesc Outputdescs[] = { { "sndio", 16, 44100, 2, 1, &sndiooutput }, };