Commit 2637a67c authored by Federico Vaga's avatar Federico Vaga

tools: fix fau-trg-config, missing re-enable

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent 8743df73
...@@ -139,7 +139,7 @@ int main(int argc, char *argv[]) ...@@ -139,7 +139,7 @@ int main(int argc, char *argv[])
case 'P': case 'P':
attrval[FAU_TRG_PST] = atoi(optarg); attrval[FAU_TRG_PST] = atoi(optarg);
break; break;
case 'n': case 'r':
attrval[FAU_TRG_RE_EN] = atoi(optarg); attrval[FAU_TRG_RE_EN] = atoi(optarg);
break; break;
case 'd': case 'd':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment