diff options
author | Matthew Gregan <[email protected]> | 2013-03-11 16:12:39 +1300 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2013-03-11 16:12:39 +1300 |
commit | 625c02f363a7312b74f09e9642f8386cd9afc240 (patch) | |
tree | c837fecf24cbdbca1f58a41e4b9204da596219ba /include | |
parent | 327077a43a4d1d9f0ece2d3cd313a413178f246f (diff) | |
download | cubeb-625c02f363a7312b74f09e9642f8386cd9afc240.tar.gz cubeb-625c02f363a7312b74f09e9642f8386cd9afc240.zip |
syntax-only cleanups.
Diffstat (limited to 'include')
-rw-r--r-- | include/cubeb/cubeb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cubeb/cubeb.h b/include/cubeb/cubeb.h index 0423447..bc398e0 100644 --- a/include/cubeb/cubeb.h +++ b/include/cubeb/cubeb.h @@ -4,8 +4,8 @@ * This program is made available under an ISC-style license. See the * accompanying file LICENSE for details. */ -#ifndef CUBEB_c2f983e9_c96f_e71c_72c3_bbf62992a382 -#define CUBEB_c2f983e9_c96f_e71c_72c3_bbf62992a382 +#if !defined(CUBEB_c2f983e9_c96f_e71c_72c3_bbf62992a382) +#define CUBEB_c2f983e9_c96f_e71c_72c3_bbf62992a382 #include <cubeb/cubeb-stdint.h> |