Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/space_file/space_file.c')
-rw-r--r--source/blender/editors/space_file/space_file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_file/space_file.c b/source/blender/editors/space_file/space_file.c
index edc1e83e882..6ffe553e076 100644
--- a/source/blender/editors/space_file/space_file.c
+++ b/source/blender/editors/space_file/space_file.c
@@ -51,7 +51,7 @@
#include "UI_view2d.h"
#include "GPU_framebuffer.h"
-#include "file_intern.h" // own include
+#include "file_intern.h" /* own include */
#include "filelist.h"
#include "fsmenu.h"
@@ -142,7 +142,7 @@ static void file_free(SpaceLink *sl)
BLI_assert(sfile->previews_timer == NULL);
if (sfile->files) {
- // XXXXX would need to do thumbnails_stop here, but no context available
+ /* XXX would need to do thumbnails_stop here, but no context available */
filelist_freelib(sfile->files);
filelist_free(sfile->files);
MEM_freeN(sfile->files);