diff src/audio/dma/SDL_dmaaudio.c @ 354:30935e76acb5

Updated ALSA audio support for ALSA 0.9
author Sam Lantinga <slouken@libsdl.org>
date Mon, 15 Apr 2002 07:38:54 +0000
parents f6ffac90895c
children b8d311d90021
line wrap: on
line diff
--- a/src/audio/dma/SDL_dmaaudio.c	Mon Apr 15 04:53:41 2002 +0000
+++ b/src/audio/dma/SDL_dmaaudio.c	Mon Apr 15 07:38:54 2002 +0000
@@ -377,6 +377,7 @@
 				}
 				break;
 			default:
+				format = 0;
 				break;
 		}
 		if ( ! format ) {