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

pull/23567/head
Dean Lee 2022-01-18 21:21:30 +08:00 committed by GitHub
parent 2d7bb4198d
commit e6a73e400c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -65,4 +65,5 @@ int main(int argc, char *argv[]) {
party(device_id, context);
CL_CHECK(clReleaseContext(context));
return 0;
}