From 133f79e4492eca400d0e043733d43ca522cdb2b9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 29 Oct 2014 14:11:19 +0100 Subject: Cleanup: warnings, typos --- source/blender/blenlib/intern/path_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c index d5af980e373..e3e13b0bcac 100644 --- a/source/blender/blenlib/intern/path_util.c +++ b/source/blender/blenlib/intern/path_util.c @@ -1580,7 +1580,7 @@ void BLI_make_existing_file(const char *name) char di[FILE_MAX]; BLI_split_dir_part(name, di, sizeof(di)); - /* make if if the dir doesn't exist */ + /* make if the dir doesn't exist */ BLI_dir_create_recursive(di); } -- cgit v1.2.3