0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00

lowercase d?

This commit is contained in:
2025-05-02 09:46:00 +02:00
parent d96b7ee8b9
commit 0104dcbc20

View File

@@ -171,7 +171,7 @@ int main(int argc, char **argv) {
// #region Parse Arguments
int opt;
const char *short_opt = "s::i:o:M:r:C:f:F:L:c:P::R:Vp:d:A:v:d:h";
const char *short_opt = "s::i:o:M:r:C:f:F:L:c:P::R:Vp:d:A:v:D:h";
struct option long_opt[] =
{
{"stereo", optional_argument, NULL, 's'},