diff options
| author | Dylan Powers <dylan.kyle.powers@gmail.com> | 2012-06-09 11:04:12 -0700 | 
|---|---|---|
| committer | Lars-Dominik Braun <lars@6xq.net> | 2012-06-09 20:27:36 +0200 | 
| commit | 8d65ce28aff91a21d1b3c1f2e25af02394500e9c (patch) | |
| tree | 23ed6fac7bbc8c6f70ee1cb1b53d174cc9a3a95b | |
| parent | 399a2e7829100d6826346f92df183a057b8a44ce (diff) | |
| download | pianobar-8d65ce28aff91a21d1b3c1f2e25af02394500e9c.tar.gz pianobar-8d65ce28aff91a21d1b3c1f2e25af02394500e9c.tar.bz2 pianobar-8d65ce28aff91a21d1b3c1f2e25af02394500e9c.zip | |
Duplicate line fix for keybindings
Closes #275.
| -rw-r--r-- | src/settings.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/src/settings.c b/src/settings.c index 058c3a7..6385175 100644 --- a/src/settings.c +++ b/src/settings.c @@ -205,9 +205,6 @@ void BarSettingsRead (BarSettings_t *settings) {  			free (settings->inkey);  			settings->inkey = strdup (val);  		} else if (memcmp ("act_", key, 4) == 0) { -		} else if (memcmp ("act_", key, 4) == 0) { -		} else if (memcmp ("act_", key, 4) == 0) { -		} else if (memcmp ("act_", key, 4) == 0) {  			size_t i;  			/* keyboard shortcuts */  			for (i = 0; i < BAR_KS_COUNT; i++) { | 
