Null constant cannot be used for ref/out variables
[mono.git] / mcs / tools / security / mozroots.cs
index e33d133bd60b81dfb861e085b3283625b81307b2..be1633489fbad4584c48766a293e20853f133628 100644 (file)
@@ -95,7 +95,7 @@ namespace Mono.Tools {
 
                        Stream s = GetFile ();
                        if (s == null) {
-                               WriteLine ("Couldn't retrieve the file using the supplied informations.", null);
+                               WriteLine ("Couldn't retrieve the file using the supplied informations.");
                                return null;
                        }