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>2009-09-05 06:13:13 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2009-09-05 06:13:13 +0400
commitd56f826ea9844a0289a216df6f62d28d123f0888 (patch)
tree8853d7cb82d0310fecfb5fd3a196e4a6c35a0f81
parent9216efcba2a5c62b081872da3fbd9c59524685bf (diff)
remove unnecessary semi-colons
-rw-r--r--source/blenderplayer/bad_level_call_stubs/stubs.c42
1 files changed, 21 insertions, 21 deletions
diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index 5ddafca5340..c1585a71ac1 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -177,24 +177,24 @@ void WM_operator_bl_idname(char *to, const char *from){}
short insert_keyframe (struct ID *id, struct bAction *act, const char group[], const char rna_path[], int array_index, float cfra, short flag){return 0;}
/* smoke */
-void lzo1x_1_compress(void) {return;};
-void LzmaCompress(void) {return;};
-void smoke_export(void) {return;};
-void lzo1x_decompress(void) {return;};
-void LzmaUncompress(void) {return;};
-void smoke_init(void) {return;};
-void smoke_turbulence_init(void) {return;};
-void smoke_turbulence_initBlenderRNA(void) {return;};
-void smoke_initBlenderRNA(void) {return;};
-void smoke_free(void) {return;};
-void smoke_turbulence_free(void) {return;};
-void smoke_turbulence_step(void) {return;};
-void smoke_dissolve(void) {return;};
-void smoke_get_density(void) {return;};
-void smoke_get_heat(void) {return;};
-void smoke_get_velocity_x(void) {return;};
-void smoke_get_velocity_y(void) {return;};
-void smoke_get_velocity_z(void) {return;};
-void smoke_get_obstacle(void) {return;};
-void smoke_get_index(void) {return;};
-void smoke_step(void) {return;};
+void lzo1x_1_compress(void) {return;}
+void LzmaCompress(void) { return; }
+void smoke_export(void) {return;}
+void lzo1x_decompress(void) {return;}
+void LzmaUncompress(void) {return;}
+void smoke_init(void) {return;}
+void smoke_turbulence_init(void) {return;}
+void smoke_turbulence_initBlenderRNA(void) {return;}
+void smoke_initBlenderRNA(void) {return;}
+void smoke_free(void) {return;}
+void smoke_turbulence_free(void) {return;}
+void smoke_turbulence_step(void) {return;}
+void smoke_dissolve(void) {return;}
+void smoke_get_density(void) {return;}
+void smoke_get_heat(void) {return;}
+void smoke_get_velocity_x(void) {return;}
+void smoke_get_velocity_y(void) {return;}
+void smoke_get_velocity_z(void) {return;}
+void smoke_get_obstacle(void) {return;}
+void smoke_get_index(void) {return;}
+void smoke_step(void) {return;}