From de0552185fab7cdc667d3db43e761fe132924e69 Mon Sep 17 00:00:00 2001 From: "Sergey Semyonov (Serge)" Date: Sun, 21 Sep 2014 10:56:49 +0000 Subject: [PATCH] sdk: fix sound.h git-svn-id: svn://kolibrios.org@5136 a494cfbc-eb01-0410-851d-a64ba20cac60 --- contrib/sdk/sources/newlib/libc/include/sound.h | 3 +-- contrib/sdk/sources/sound/include/sound.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/contrib/sdk/sources/newlib/libc/include/sound.h b/contrib/sdk/sources/newlib/libc/include/sound.h index 1ef9973592..0ce8ab8d4f 100644 --- a/contrib/sdk/sources/newlib/libc/include/sound.h +++ b/contrib/sdk/sources/newlib/libc/include/sound.h @@ -136,8 +136,7 @@ typedef struct unsigned int _stdcall test_wav(WAVEHEADER *hdr); #ifdef __cplusplus -extern "C" -} +} /* extern "C" */ #endif #endif //_SOUND_H_ diff --git a/contrib/sdk/sources/sound/include/sound.h b/contrib/sdk/sources/sound/include/sound.h index fbbeabd2e1..866c4a2879 100644 --- a/contrib/sdk/sources/sound/include/sound.h +++ b/contrib/sdk/sources/sound/include/sound.h @@ -135,8 +135,7 @@ typedef struct unsigned int _stdcall test_wav(WAVEHEADER *hdr); #ifdef __cplusplus -extern "C" -} +} /* extern "C" */ #endif #endif //_SOUND_H_