Skip to content
Snippets Groups Projects
Commit 20ec8db5 authored by Aaron Viets's avatar Aaron Viets
Browse files

Fix build error in gstlal_smoothkappas.c

parent f2556369
No related branches found
No related tags found
No related merge requests found
Pipeline #664517 failed
......@@ -891,7 +891,7 @@ static void set_property(GObject *object, enum property prop_id, const GValue *v
case ARG_CLEAR_ON_GAP:
element->clear_on_gap = g_value_get_boolean(value);
break;
case ARG_RESET_TIME:
case ARG_RESET_TIME: ;
guint64 old_reset_time, new_reset_time = g_value_get_uint64(value);
guint i = 0;
/* Only store nonzero reset times that we don't already have */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment