diff options
author | pixel <pixel> | 2004-11-27 21:44:15 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-11-27 21:44:15 +0000 |
commit | 50f0dd331f8168fb5b2cd60c70178fad627b7fb6 (patch) | |
tree | 65fcec7bd507791f0db8a3af1b60ad9ac631f4a7 /PcsxSrc/Sio.c | |
parent | f1df76865d1751469deff19e62255d50a814f183 (diff) |
Large dos2unix commit...
Diffstat (limited to 'PcsxSrc/Sio.c')
-rw-r--r-- | PcsxSrc/Sio.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/PcsxSrc/Sio.c b/PcsxSrc/Sio.c index 263e556..b7cb516 100644 --- a/PcsxSrc/Sio.c +++ b/PcsxSrc/Sio.c @@ -46,18 +46,18 @@ static unsigned char adrH,adrL; static unsigned long padst;
PadDataS pad;
- -#ifndef strlwr -#include <ctype.h> -char * strlwr(char * string) { - char * r; - for (r = string; *r; r++) { - *r = tolower(*r); - } - return string; -} +
+#ifndef strlwr
+#include <ctype.h>
+char * strlwr(char * string) {
+ char * r;
+ for (r = string; *r; r++) {
+ *r = tolower(*r);
+ }
+ return string;
+}
#endif
- +
char Mcd1Data[MCD_SIZE], Mcd2Data[MCD_SIZE];
// clk cycle byte
|