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:
authorSybren A. Stüvel <sybren@blender.org>2020-11-19 13:04:30 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-11-19 13:04:30 +0300
commitae648981471bc25d1454cbf6886c4baa674e9690 (patch)
tree0b6fbe8fca78d75d6aa5c0579f1e6393d2942cf0 /source/blender/editors/space_sequencer
parent71c6c95aeca44fcc73237df14180b66d2d6d86e6 (diff)
Cleanup: fix bad comment separator
Replace `* /` with `*/` to actually end the comment. As it was, the code compiled but caused an "`/*` in comment" warning. No functional changes.
Diffstat (limited to 'source/blender/editors/space_sequencer')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_proxy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_proxy.c b/source/blender/editors/space_sequencer/sequencer_proxy.c
index 060b6059faa..2d23520814a 100644
--- a/source/blender/editors/space_sequencer/sequencer_proxy.c
+++ b/source/blender/editors/space_sequencer/sequencer_proxy.c
@@ -47,9 +47,9 @@
/* Own include. */
#include "sequencer_intern.h"
-/*--------------------------------------------------------------------* /
- /** \name Proxy Job Manager
- * \{ */
+/*--------------------------------------------------------------------*/
+/** \name Proxy Job Manager
+ * \{ */
typedef struct ProxyBuildJob {
struct Main *main;