[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:37:12 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 33194a7a976c0c2295eed0935eae6c544be7e8a4
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Apr 26 22:03:14 2004 +0000

    Fix semicolon.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6489 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQKURL.mm b/WebCore/kwq/KWQKURL.mm
index 1c5ddf2..a7ffe59 100644
--- a/WebCore/kwq/KWQKURL.mm
+++ b/WebCore/kwq/KWQKURL.mm
@@ -365,7 +365,7 @@ KURL::KURL(const KURL &base, const QString &relative, const QTextCodec *codec)
 
         static QTextCodec UTF8Codec(kCFStringEncodingUTF8);
 
-        QCString decoded = (codec ? codec : &UTF8Codec)->fromUnicode(s)
+        QCString decoded = (codec ? codec : &UTF8Codec)->fromUnicode(s);
         strBuffer = strdup(decoded);
         str = strBuffer;
     }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list