diff --git a/src/cpld_normal.c b/src/cpld_normal.c index 3b1523bf..868213bd 100644 --- a/src/cpld_normal.c +++ b/src/cpld_normal.c @@ -78,7 +78,7 @@ static param_t params[] = { { HALF, "Half", 0, 1, 1 }, { DIVIDER, "Divider", 6, 8, 2 }, { DELAY, "Delay", 0, 15, 1 }, - { SIXBIT,"Six bits", 0, 1, 1 }, + { SIXBIT, "Six bits", 0, 1, 1 }, { -1, NULL, 0, 0, 1 } };