Fix typo
[yandex-traffic] / http_fetcher.cpp
index 433c990..23e4f18 100644 (file)
@@ -17,7 +17,7 @@ void HttpFetcher::fetch (const QString& url)
 {
     QUrl u (url);
 
-    if (_http.currentId () != )
+    if (_http.currentId () != 0)
         _http.abort ();
 
     if (u.isValid ()) {