diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-02-07 04:06:12 +0200 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-02-07 04:06:12 +0200 |
| commit | 0501c459b3066791db5253998fff3af966974baf (patch) | |
| tree | 294f0d39a082a36f662542547c44d88bae5940db /config.def.h | |
| parent | 9f48ab3dd6ce7f52d3341eb552eff94b68086c58 (diff) | |
config.def.h: tiny bit of formatting
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 9a606de..c1e1166 100644 --- a/config.def.h +++ b/config.def.h @@ -32,7 +32,7 @@ static const AppRule rules[] = { \ }; /** commands **/ -static const char *termcmd[] = { "xterm", NULL }; +static const char *termcmd[] = { "xterm", NULL }; #define DESKTOPCHANGE(K,N) \ { MOD1, K, change_desktop, {.i = N}}, \ |
