]> git.llucax.com Git - software/druntime.git/blobdiff - src/compiler/dmd/util/console.d
Add .gitignore files
[software/druntime.git] / src / compiler / dmd / util / console.d
index 62991bd908a9b0d53f7bc513e3cc351b3a194605..87d969bb627df1dc51274e45636b37f9ad3a604b 100644 (file)
@@ -35,7 +35,7 @@ struct Console
         {
             write( 2, val.ptr, val.length );
         }
-        return *this;
+        return this;
     }