GncOptionDateValue set_value_from_scm: 'else' required.

This commit is contained in:
John Ralls 2021-03-02 14:14:06 -08:00
parent d9984f75ab
commit 4a305998e4

View File

@ -652,6 +652,7 @@ wrap_unique_ptr(GncOptionDBPtr, GncOptionDB);
option.set_value(scm_to_int64(scm_cdr(new_value))); option.set_value(scm_to_int64(scm_cdr(new_value)));
} }
} }
else
option.set_value(scm_to_int64(new_value)); option.set_value(scm_to_int64(new_value));
return; return;
} }