fixed "warning: assignment discards ‘const’ qualifier from pointer target type"

This commit is contained in:
Giuliano Schneider 2013-04-30 15:01:07 +02:00
parent dd047ccd20
commit a25e810b67

View File

@ -30,7 +30,7 @@ typedef struct _notification {
int id; int id;
int dup_count; int dup_count;
int displayed_height; int displayed_height;
char *color_strings[2]; const char *color_strings[2];
int progress; /* percentage + 1, 0 to hide */ int progress; /* percentage + 1, 0 to hide */
int line_count; int line_count;