aboutsummaryrefslogtreecommitdiffstats
path: root/src/wdatutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wdatutil.c')
-rw-r--r--src/wdatutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wdatutil.c b/src/wdatutil.c
index 122feec..a6f5bd3 100644
--- a/src/wdatutil.c
+++ b/src/wdatutil.c
@@ -48,13 +48,13 @@ void generate_parabola(float* samples,
} /* extern "C" { */
#endif
-char* wave_names[] = {
+const char* wave_names[] = {
"saw",
"square",
"parabola"
};
-char* wave_descriptions[] = {
+const char* wave_descriptions[] = {
"Sawtooth Wave",
"Square Wave",
"Parabola Wave"