diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-26 20:45:21 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-26 20:45:21 -0700 |
| commit | 052770d1cc6a94e172e5aa450aab5aea0c8beaea (patch) | |
| tree | 257090bf2a057a75724094d0526e00eb42aa421c /config.def.h | |
| parent | 87d46bf4c7712216226627be579f9d0906a691ea (diff) | |
Remove phantom extra closing };
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 8b2dbfe..1684454 100644 --- a/config.def.h +++ b/config.def.h @@ -35,8 +35,7 @@ static const Rule rules[] = { { "Thunderbird", NULL, 1 << 1, 0, 0 }, { "Pavucontrol", NULL, 1 << 4, 0, 0 }, { "pavucontrol", NULL, 1 << 4, 0, 0 }, -}; - /* default/example rule: can be changed but cannot be eliminated; at least one rule must exist */ + /* default/example rule: can be changed but cannot be eliminated; at least one rule must exist */ }; /* layout(s) */ |
