1
0
mirror of http://mpg123.de/trunk/.git synced 2025-08-06 10:02:38 +03:00

include style

git-svn-id: svn://scm.orgis.org/mpg123/trunk@1684 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
thor
2008-11-05 01:23:05 +00:00
parent 8f79198c03
commit 8755ec49ab
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
initially written by Thomas Orgis initially written by Thomas Orgis
*/ */
#include "mpg123.h" #include <mpg123.h>
#include <unistd.h> #include <unistd.h>
#include <stdio.h> #include <stdio.h>

View File

@@ -10,7 +10,7 @@
While it would be nicer to inform the user about troubles, libmpg123 is designed _not_ to bite you on operations with invalid handles , etc. While it would be nicer to inform the user about troubles, libmpg123 is designed _not_ to bite you on operations with invalid handles , etc.
You just jet invalid results on invalid operations... */ You just jet invalid results on invalid operations... */
#include "mpg123.h" #include <mpg123.h>
#include <stdio.h> #include <stdio.h>
int main(int argc, char **argv) int main(int argc, char **argv)