From 5d3df182aeb74c89bd288bc057a5202506818499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 14 Mar 2005 23:21:28 +0000 Subject: [PATCH] Fix typo git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11747 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/media/plugins/avcodec/avcodec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/media/plugins/avcodec/avcodec.cpp b/src/add-ons/media/plugins/avcodec/avcodec.cpp index 64e48b29b8..ae33b1aad8 100644 --- a/src/add-ons/media/plugins/avcodec/avcodec.cpp +++ b/src/add-ons/media/plugins/avcodec/avcodec.cpp @@ -30,7 +30,7 @@ struct wave_format_ex } _PACKED; /* uncommenting will make Decode() set the current thread priority to time sharing, so it won't totally freeze - * if you busy-loop in there (to help debug with CD Manager + * if you busy-loop in there (to help debug with CD Manager) */ //#define UNREAL