patch-examples_demo_info_cpp 388 B

12345678910111213
  1. $OpenBSD: patch-examples_demo_info_cpp,v 1.1 2017/04/09 11:07:42 sthen Exp $
  2. --- examples/demo_info.cpp.orig Sun Apr 9 12:04:34 2017
  3. +++ examples/demo_info.cpp Sun Apr 9 12:04:40 2017
  4. @@ -309,7 +309,7 @@ void PrintInformation(const ID3_Tag &myTag)
  5. #define DEBUG
  6. -int main( unsigned int argc, char * const argv[])
  7. +int main( int argc, char * const argv[])
  8. {
  9. ID3D_INIT_DOUT();