camerad: return 0 from main() (#23565)

old-commit-hash: e6a73e400ca0de3ce16e92d5f202caaff1e698cd
This commit is contained in:
Dean Lee
2022-01-18 21:21:30 +08:00
committed by GitHub
parent 519f1231d8
commit 120f43851d
+1
View File
@@ -65,4 +65,5 @@ int main(int argc, char *argv[]) {
party(device_id, context);
CL_CHECK(clReleaseContext(context));
return 0;
}