Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5136 → Rev 5135

/contrib/sdk/sources/newlib/libc/include/sound.h
136,7 → 136,8
unsigned int _stdcall test_wav(WAVEHEADER *hdr);
 
#ifdef __cplusplus
} /* extern "C" */
extern "C"
}
#endif
 
#endif //_SOUND_H_
/contrib/sdk/sources/sound/include/sound.h
135,7 → 135,8
unsigned int _stdcall test_wav(WAVEHEADER *hdr);
 
#ifdef __cplusplus
} /* extern "C" */
extern "C"
}
#endif
 
#endif //_SOUND_H_