this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix OPT_END() missing without BUILD_EDITORS flag (#2748)

authored by

Nia and committed by
GitHub
ce24179d dccb45a5

+1 -1
+1 -1
src/studio/studio.c
··· 2622 2622 OPT_BOOLEAN('\0', "fftlist", &args.fftlist, "list FFT devices"), 2623 2623 OPT_BOOLEAN('\0', "fftcaptureplaybackdevices", &args.fftcaptureplaybackdevices, "Capture playback devices for loopback (Windows only)"), 2624 2624 OPT_STRING('\0', "fftdevice", &args.fftdevice, "name of the device to use with FFT"), 2625 - OPT_END(), 2626 2625 #endif 2626 + OPT_END(), 2627 2627 }; 2628 2628 2629 2629 struct argparse argparse;