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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-01-16 02:15:56 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-01-16 02:15:56 +0300
commit3eca7d1d06c41d68e460dba31a0d1be774247e79 (patch)
tree7d0ab1c2562107dfb08976983c6419effebb5b43
parentabc325092fd6e7411817e6e1521379a47f995b81 (diff)
* I gotta remember my mantra for real
"first compile, then commit". Of course, if compile fails, don't commit.
-rw-r--r--source/blender/editors/screen/screen_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/screen/screen_edit.c b/source/blender/editors/screen/screen_edit.c
index de01d0eb5be..9071cb78dac 100644
--- a/source/blender/editors/screen/screen_edit.c
+++ b/source/blender/editors/screen/screen_edit.c
@@ -1157,7 +1157,7 @@ static int split_area_invoke(bContext *C, wmOperator *op, wmEvent *event)
return 0;
}
-/* join areas
+/* join areas */
static void split_joincurrent(bContext *C, sAreaSplitData *sd)
{
int orientation= area_getorientation(C->window->screen, sd->sarea, sd->narea);