summaryrefslogtreecommitdiffstats
path: root/client/buffer-pool.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/buffer-pool.c')
-rw-r--r--client/buffer-pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/buffer-pool.c b/client/buffer-pool.c
index 26d0f7e5..7f673ae9 100644
--- a/client/buffer-pool.c
+++ b/client/buffer-pool.c
@@ -13,7 +13,7 @@
13static int create_pool_file(size_t size, char **name) { 13static int create_pool_file(size_t size, char **name) {
14 static const char template[] = "sway-client-XXXXXX"; 14 static const char template[] = "sway-client-XXXXXX";
15 const char *path = getenv("XDG_RUNTIME_DIR"); 15 const char *path = getenv("XDG_RUNTIME_DIR");
16 if (!path) { 16 if (!path) {
17 return -1; 17 return -1;
18 } 18 }
19 19