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:
authorCampbell Barton <ideasman42@gmail.com>2011-11-01 07:02:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-01 07:02:33 +0400
commitb03e78e1af5869bdee1d042bc2e9323820896c6b (patch)
tree5c35f3e0c1096f0a69d4a4324546093eda95c7c3 /source/creator
parentf1301de73393b88720dee44a94668743b99f969d (diff)
minor cleanup edits
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index a6a86a7793d..3a07c7d6fa8 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -319,7 +319,7 @@ static int print_help(int UNUSED(argc), const char **UNUSED(argv), void *data)
double PIL_check_seconds_timer(void);
-void segmentation_handler(int UNUSED(sig))
+static void segmentation_handler(int UNUSED(sig))
{
char fname[256];