Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 590986 | Differences between
and this patch

Collapse All | Expand All

(-)src/modules/camera.c.old (-1 / +1 lines)
Lines 246-252 Link Here
246
        }
246
        }
247
    }
247
    }
248
248
249
    Py_BuildValue("(isiiiii)", vqueryctrl.id, vqueryctrl.name, vqueryctrl.minimum, vqueryctrl.maximum, vqueryctrl.step, vqueryctrl.default_value, vstructrl.value);
249
    return Py_BuildValue("(isiiiii)", vqueryctrl.id, vqueryctrl.name, vqueryctrl.minimum, vqueryctrl.maximum, vqueryctrl.step, vqueryctrl.default_value, vstructrl.value);
250
}
250
}
251
251
252
252

Return to bug 590986