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/creator')
-rw-r--r--source/creator/creator_intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/creator/creator_intern.h b/source/creator/creator_intern.h
index 453a5e80e7b..96fcf80156e 100644
--- a/source/creator/creator_intern.h
+++ b/source/creator/creator_intern.h
@@ -52,7 +52,6 @@ struct ApplicationState {
struct {
unsigned char python;
} exit_code_on_error;
-
};
extern struct ApplicationState app_state; /* creator.c */