freebsd-ports/audio/freealut/files/patch-src_alutInit.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

15 lines
344 B
C

--- src/alutInit.c.orig 2006-05-08 09:28:07 UTC
+++ src/alutInit.c
@@ -147,11 +147,7 @@ alutExit (void)
return AL_FALSE;
}
- if (!alcCloseDevice (device))
- {
- _alutSetError (ALUT_ERROR_CLOSE_DEVICE);
- return AL_FALSE;
- }
+ alcCloseDevice (device);
initialisationState = Unintialized;
return AL_TRUE;