summaryrefslogtreecommitdiffstats
path: root/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'class.c')
-rw-r--r--class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/class.c b/class.c
index dda044a..48b6430 100644
--- a/class.c
+++ b/class.c
@@ -7,7 +7,7 @@ void printS(char *str)
void printF(float *f)
{
- printf("%f\n", f);
+ printf("%f\n", *f);
}
struct GLFrame