Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Check #69 for more details
  • Loading branch information
shlyakpavel authored and raveit65 committed Dec 21, 2018
1 parent d0a089f commit 49f81fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unit.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ unit_convert_from(Unit *unit, const MPNumber *x, MPNumber *z)
{
g_return_val_if_fail(unit != NULL, FALSE);
g_return_val_if_fail(x != NULL, FALSE);
g_return_val_if_fail(x != NULL, FALSE);
g_return_val_if_fail(z != NULL, FALSE);

if (unit->priv->from_function)
return solve_function(unit->priv->from_function, x, z);
Expand Down

0 comments on commit 49f81fb

Please sign in to comment.