Mark some more variables/parameters constant

Fixes a couple of warnings seen with GCC 4.7.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2012-04-05 21:52:22 +02:00
parent 80f7e8ead5
commit 50be1a1772
4 changed files with 7 additions and 7 deletions

View File

@@ -204,7 +204,7 @@ todo_arg (int priority, const char *format, regex_t *regex)
{
llist_item_t *i;
int title = 1;
char *titlestr;
const char *titlestr;
const char *all_todos_title = _("to do:\n");
const char *completed_title = _("completed tasks:\n");