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>2009-01-25 04:32:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-01-25 04:32:00 +0300
commit91644c424903bbf50a9a585a22a09f86cef2094e (patch)
tree7522dbf0929d51cb7210bb14922c462dfdf29224
parente04a8a15c63d1c3bc16cbc70a5543c91650ad545 (diff)
fix syntax error
-rw-r--r--source/blender/editors/physics/ed_fluidsim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/physics/ed_fluidsim.c b/source/blender/editors/physics/ed_fluidsim.c
index 902979e0775..1675313205b 100644
--- a/source/blender/editors/physics/ed_fluidsim.c
+++ b/source/blender/editors/physics/ed_fluidsim.c
@@ -1139,7 +1139,7 @@ FluidsimSettings* fluidsimSettingsCopy(FluidsimSettings *fss) {
}
/* only compile dummy functions */
-void fluidsimBake(bContext *C, struct Object *ob)
+void fluidsimBake(bContext *C, struct Object *ob) {
}
void fluidsimFreeBake(struct Object *ob) {