diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2007-05-20 15:26:09 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2007-05-20 15:26:09 +0000 |
| commit | 7697347fd4326931413e56999ab33b37b590ccf6 (patch) | |
| tree | 638bcb66a82ac238de59ea90f3ba787f44a2a72e /test/blocks.cxx | |
| parent | 73d01dd659f82f2c53fd7cedcf0bbb8d47f70ab2 (diff) | |
Missing underscore in previous commit.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5846 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/blocks.cxx')
| -rw-r--r-- | test/blocks.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/blocks.cxx b/test/blocks.cxx index 4aa9e1c76..6c828c04d 100644 --- a/test/blocks.cxx +++ b/test/blocks.cxx @@ -383,7 +383,7 @@ BlockSound::play_explosion(float duration) { if (duration <= 0.0) return; -#if defined(__APPLE_) || defined(WIN32) || defined(HAVE_ALSA_ASOUNDLIB_H) +#if defined(__APPLE__) || defined(WIN32) || defined(HAVE_ALSA_ASOUNDLIB_H) if (duration > 1.0) duration = 1.0; |
