fix warning by removing 'const' from ipc_socket_path

This commit is contained in:
Michael Stapelberg 2011-04-26 19:28:33 +02:00
parent 4fc26e7de0
commit 3dd5552390
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ struct Config {
const char *terminal; const char *terminal;
i3Font font; i3Font font;
const char *ipc_socket_path; char *ipc_socket_path;
const char *restart_state_path; const char *restart_state_path;
int default_layout; int default_layout;