X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvisualization%2Fgalaktos%2Fcustom_wave_types.h;h=9466c4ddbdff5a393d87f6e7359c1cde7bd39010;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=31481812788ae8586b4007e65587c4d18a0cce98;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/visualization/galaktos/custom_wave_types.h b/modules/visualization/galaktos/custom_wave_types.h index 3148181278..9466c4ddbd 100644 --- a/modules/visualization/galaktos/custom_wave_types.h +++ b/modules/visualization/galaktos/custom_wave_types.h @@ -15,7 +15,7 @@ typedef struct PER_POINT_EQN_T { int index; param_t * param; - gen_expr_t * gen_expr; + gen_expr_t * gen_expr; } per_point_eqn_t; typedef struct CUSTOM_WAVE_T { @@ -85,7 +85,7 @@ typedef struct CUSTOM_WAVE_T { char per_frame_init_eqn_string_buffer[STRING_BUFFER_SIZE]; /* Per point equation array */ gen_expr_t * per_point_eqn_array[NUM_POINT_OPS]; - + } custom_wave_t;