From ddcdc86c2f6661ae8353a225f1ffe982960c07ac Mon Sep 17 00:00:00 2001 From: "sergei_d%fi.tartu.ee" Date: Wed, 26 Oct 2005 23:22:23 +0000 Subject: [PATCH] [BeOS]Bug 313326 - fixing bustage mistypo in commit.BeOS-only --- widget/src/beos/nsSound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/src/beos/nsSound.cpp b/widget/src/beos/nsSound.cpp index 021744e3a66..5b6800f9d65 100644 --- a/widget/src/beos/nsSound.cpp +++ b/widget/src/beos/nsSound.cpp @@ -161,7 +161,7 @@ NS_IMETHODIMP nsSound::PlaySystemSound(const nsAString &aSoundAlias) nsCOMPtr soundFile; rv = NS_NewLocalFile(aSoundAlias, PR_TRUE, getter_AddRefs(soundFile)); - NS_ENSURE_SUCCESS(rv,r v); + NS_ENSURE_SUCCESS(rv, rv); rv = NS_NewFileURI(getter_AddRefs(fileURI), soundFile); NS_ENSURE_SUCCESS(rv, rv); nsCOMPtr fileURL = do_QueryInterface(fileURI, &rv);