]> granicus.if.org Git - taglib/commitdiff
SVN_SILENT too many emacs modes...
authorScott Wheeler <wheeler@kde.org>
Sun, 1 Apr 2007 22:21:44 +0000 (22:21 +0000)
committerScott Wheeler <wheeler@kde.org>
Sun, 1 Apr 2007 22:21:44 +0000 (22:21 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@649036 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

taglib/mpeg/id3v2/frames/textidentificationframe.cpp

index a74488f8e9096f8ad2067e42690b08d53b8dc6a6..3f7c7218177ef349503720917f42aef2805648cf 100644 (file)
@@ -108,7 +108,7 @@ void TextIdentificationFrame::parseFields(const ByteVector &data)
 
   int byteAlign = d->textEncoding == String::Latin1 || d->textEncoding == String::UTF8 ? 1 : 2;
 
-       // build a small counter to strip nulls off the end of the field
+  // build a small counter to strip nulls off the end of the field
 
   int dataLength = data.size() - 1;