Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Add new lines to end of files to silence MinGW warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
hatstand authored and alastair committed Jun 29, 2011
1 parent 7b097d2 commit 7490157
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/AudioBufferInput.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ void AudioBufferInput::SaveBuffer(const char*filename) {
fwrite(&mn, sizeof(int), 1, out);
fwrite(_pSamples, 4, _NumberSamples, out);
fclose(out);
}
}

3 changes: 2 additions & 1 deletion src/Base64.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,5 @@ std::string base64_decode(std::string const& encoded_string) {
}

return ret;
}
}

3 changes: 2 additions & 1 deletion src/Base64.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
std::string base64_encode(unsigned char const* , unsigned int len, bool url);
std::string base64_decode(std::string const& s);

#endif
#endif

3 changes: 2 additions & 1 deletion src/Metadata.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ class Metadata {
int _SampleRate;
int _Seconds;
};
#endif
#endif

3 changes: 2 additions & 1 deletion src/win_unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@

#define ssize_t int

#endif /* unistd.h */
#endif /* unistd.h */

0 comments on commit 7490157

Please sign in to comment.