diff options
| author | Johannes Schickel | 2012-03-17 22:02:16 +0100 |
|---|---|---|
| committer | Johannes Schickel | 2012-03-17 22:02:44 +0100 |
| commit | 223794fb383637944c3b161c04ecc233a354c9ae (patch) | |
| tree | d28b6822b93e7ee764c669657368ff38f9b08e97 /backends/timer/psp | |
| parent | 2c0bd426fcd2d965ca5f84fde893719ddfc4c37f (diff) | |
| download | scummvm-rg350-223794fb383637944c3b161c04ecc233a354c9ae.tar.gz scummvm-rg350-223794fb383637944c3b161c04ecc233a354c9ae.tar.bz2 scummvm-rg350-223794fb383637944c3b161c04ecc233a354c9ae.zip | |
ALL: Make use of defined() for the preprocessor consistent.
This does not change the use of defined for some NDS source files, since they
seem to be (based on?) third party code.
Diffstat (limited to 'backends/timer/psp')
| -rw-r--r-- | backends/timer/psp/timer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/timer/psp/timer.cpp b/backends/timer/psp/timer.cpp index ce998436e0..6f8e4b6643 100644 --- a/backends/timer/psp/timer.cpp +++ b/backends/timer/psp/timer.cpp @@ -36,7 +36,7 @@ #include "common/scummsys.h" -#if defined (__PSP__) +#if defined(__PSP__) #include <pspthreadman.h> #include "common/scummsys.h" |
