Skip to content

Commit

Permalink
Fix an inconsequential warning showing up in clang
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Apr 16, 2017
1 parent 2caeeb3 commit 6370728
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apple_alac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,7 @@ extern "C" int apple_alac_decode_frame(unsigned char *sampleBuffer, uint32_t buf
return 0;
}

extern "C" int apple_alac_terminate() { delete (theDecoder); }
extern "C" int apple_alac_terminate() {
delete (theDecoder);
return 0;
}

0 comments on commit 6370728

Please sign in to comment.