From 3dd555239019036ca3c99d36402b3924b45feb27 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 26 Apr 2011 19:28:33 +0200 Subject: [PATCH] fix warning by removing 'const' from ipc_socket_path --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index 97da3dd2..c4fe6b08 100644 --- a/include/config.h +++ b/include/config.h @@ -89,7 +89,7 @@ struct Config { const char *terminal; i3Font font; - const char *ipc_socket_path; + char *ipc_socket_path; const char *restart_state_path; int default_layout;