diff doodle/utils/prog/dupes.d @ 132:bc5baa585b32

Updated to dmd 2.060
author David Bryant <bagnose@gmail.com>
date Thu, 02 Aug 2012 15:32:43 +0930
parents 1da160a2c373
children
line wrap: on
line diff
--- a/doodle/utils/prog/dupes.d	Thu Jan 12 18:20:58 2012 +1030
+++ b/doodle/utils/prog/dupes.d	Thu Aug 02 15:32:43 2012 +0930
@@ -66,7 +66,7 @@
         ubyte[16] digest;
 
         auto file = File(filename, "r");
-        scope(exit) file.close;
+        scope(exit) file.close();
 
         MD5_CTX context;
         context.start();