ref: 94bca881fc000cf66a48ade290984ce45cbae5b2
parent: 38e428b7acfb70dc240c186a43b63e09e9177156
author: rrt <rrt>
date: Wed Dec 6 15:48:16 EST 2006
Fix #ifdef...#endif mismatch
--- a/src/sunaudio.c
+++ b/src/sunaudio.c
@@ -23,7 +23,6 @@
#include <sys/types.h>
#ifdef HAVE_SUN_AUDIOIO_H
#include <sun/audioio.h>
-#endif
#else
#ifdef HAVE_SYS_AUDIOIO_H
#include <sys/audioio.h>
@@ -332,4 +331,5 @@
{
return &st_sun_format;
}
+
#endif