Fix incorrect comment
Patch status: merged
Patch by Alexander Berntsen
To apply this patch, use:
curl http://cr.i3wm.org/patch/181/raw.patch | git am
b/src/main.c
13 |
@@ -294,7 +294,7 @@ int main(int argc, char *argv[]) { |
14 |
* (file) logging. */ |
15 |
init_logging(); |
16 |
|
17 |
- /* On non-release builds, disable SHM logging by default. */ |
18 |
+ /* On release builds, disable SHM logging by default. */ |
19 |
shmlog_size = (is_debug_build() ? default_shmlog_size : 0); |
20 |
|
21 |
start_argv = argv; |