about summary refs log tree commit diff stats
path: root/src/files.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-25 22:08:41 +0000
committerJames Booth <boothj5@gmail.com>2012-11-25 22:08:41 +0000
commit58655a90c356f5b5a712146b8f006ba869be734d (patch)
tree79064360840e9152496954f77f27699bea320fe6 /src/files.c
parent270c88fc0f0734a48db9c5e577c1740fa41fda3b (diff)
downloadprofani-tty-58655a90c356f5b5a712146b8f006ba869be734d.tar.gz
Fixed help config file locations
Diffstat (limited to 'src/files.c')
-rw-r--r--src/files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/files.c b/src/files.c
index ef60cbfb..34d0c98c 100644
--- a/src/files.c
+++ b/src/files.c
@@ -150,6 +150,6 @@ _mkdir_recursive(const char *dir)
             _create_dir(next_dir);
             g_free(next_dir);
         }
-    } 
+    }
 }