Commit 3c6c73d5 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

motion: We really want an assignation here. Put parenthesis. (Kill a warning).

parent 9e8dd865
......@@ -145,7 +145,7 @@ int Open ( vlc_object_t *p_this )
}
}
#ifdef __APPLE__
else if( p_intf->p_sys->unimotion_hw = detect_sms() )
else if((p_intf->p_sys->unimotion_hw = detect_sms()))
p_intf->p_sys->sensor = UNIMOTION_SENSOR;
#endif
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment