Skip to content

Commit

Permalink
Fixed warning with -pedantic flag
Browse files Browse the repository at this point in the history
  • Loading branch information
djmasde committed Jun 17, 2015
1 parent 4c9934c commit f1c0a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.h
Expand Up @@ -63,8 +63,8 @@ const char* lockcmd[] = {"xlock",NULL};
const char* next[] = {"ncmpcpp","next",NULL};
const char* prev[] = {"ncmpcpp","prev",NULL};
const char* toggle[] = {"ncmpcpp","toggle",NULL };
const char* voldown[] = {"amixer","set","PCM","5\%-",NULL};
const char* volup[] = {"amixer","set","PCM","5\%+",NULL};
const char* voldown[] = {"amixer","set","PCM","5%-",NULL};
const char* volup[] = {"amixer","set","PCM","5%+",NULL};
const char* firecmd[] = {"firefox",NULL};
const char* leafpad[] = {"leafpad",NULL};
const char* paharo[] = {"pidgin",NULL};
Expand Down

0 comments on commit f1c0a70

Please sign in to comment.