summaryrefslogtreecommitdiff
path: root/src/compute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compute.h')
-rw-r--r--src/compute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compute.h b/src/compute.h
index 23d5798..827626c 100644
--- a/src/compute.h
+++ b/src/compute.h
@@ -6,5 +6,5 @@
float compute_level(const float *data, size_t nsamples, int rate);
void audio2hsv_1(float audio_level, float *light_h, float *light_s, float *light_v);
-#endif
+#endif /*COMPUTE_H*/