Skip to content

Commit

Permalink
camerad: return 0 from main() (#23565)
Browse files Browse the repository at this point in the history
  • Loading branch information
deanlee committed Jan 18, 2022
1 parent 2d7bb41 commit e6a73e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfdrive/camerad/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ int main(int argc, char *argv[]) {
party(device_id, context);

CL_CHECK(clReleaseContext(context));
return 0;
}

0 comments on commit e6a73e4

Please sign in to comment.