]> git.sur5r.net Git - i3/i3/blobdiff - src/main.c
Make comment style more consistent
[i3/i3] / src / main.c
index eeeb3419c366b959feb01d5f7a9fefd27c540eda..7eb47c822fa83550b0d61df0f8d127a27cac1e8d 100644 (file)
@@ -32,7 +32,7 @@
  * RLIM_INFINITY for i3 debugging versions. */
 struct rlimit original_rlimit_core;
 
-/** The number of file descriptors passed via socket activation. */
+/* The number of file descriptors passed via socket activation. */
 int listen_fds;
 
 /* We keep the xcb_prepare watcher around to be able to enable and disable it