summaryrefslogtreecommitdiffstats
path: root/gst/goom/goom_tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom/goom_tools.h')
-rw-r--r--gst/goom/goom_tools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/goom/goom_tools.h b/gst/goom/goom_tools.h
index d077c0cb..e3613825 100644
--- a/gst/goom/goom_tools.h
+++ b/gst/goom/goom_tools.h
@@ -23,7 +23,7 @@ extern unsigned short rand_pos ;
rand_tab = 0;
-//#define iRAND(i) ((guint32)((float)i * RAND()/RAND_MAX))
+/*#define iRAND(i) ((guint32)((float)i * RAND()/RAND_MAX)) */
#define iRAND(i) (RAND()%i)
#endif