From 684a18f30f5dedf1db15016cb27cdf90c848630e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sat, 8 May 1999 18:08:55 +0200 Subject: [PATCH] Fixed prototype. Rev: src/modules/Math/math_module.h:1.3 --- src/modules/Math/math_module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/Math/math_module.h b/src/modules/Math/math_module.h index 659a70a92c..44f924c728 100644 --- a/src/modules/Math/math_module.h +++ b/src/modules/Math/math_module.h @@ -1,2 +1,2 @@ -extern void init_math_matrix(); +extern void init_math_matrix(void); -- GitLab