diff options
author | Eric Wong <normalperson@yhbt.net> | 2005-11-19 10:52:47 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2005-11-19 10:52:47 +0000 |
commit | f8597ccf257eb925db508cfc37a494e2b1397e64 (patch) | |
tree | 0bafdb0be022427f1d84dcae2e10f5e70f84c3d8 /src/audioOutputs/audioOutput_shout.c | |
parent | e8a54efe414d9d25b71cef910b15935bea8c530e (diff) | |
download | mpd-f8597ccf257eb925db508cfc37a494e2b1397e64.tar.gz mpd-f8597ccf257eb925db508cfc37a494e2b1397e64.tar.xz mpd-f8597ccf257eb925db508cfc37a494e2b1397e64.zip |
remove C++ style comments
git-svn-id: https://svn.musicpd.org/mpd/trunk@3689 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/audioOutputs/audioOutput_shout.c')
-rw-r--r-- | src/audioOutputs/audioOutput_shout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audioOutputs/audioOutput_shout.c b/src/audioOutputs/audioOutput_shout.c index cbbd04c9a..d705eefe1 100644 --- a/src/audioOutputs/audioOutput_shout.c +++ b/src/audioOutputs/audioOutput_shout.c @@ -363,7 +363,7 @@ static void myShout_finishDriver(AudioOutput * audioOutput) { } static void myShout_dropBufferedAudio(AudioOutput * audioOutput) { - // needs to be implemented + /* needs to be implemented */ } static void myShout_closeDevice(AudioOutput * audioOutput) { |