diff options
Diffstat (limited to 'tools/mhmake/src/fileinfo.h')
-rw-r--r-- | tools/mhmake/src/fileinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mhmake/src/fileinfo.h b/tools/mhmake/src/fileinfo.h index a6606b294..9be40bdbe 100644 --- a/tools/mhmake/src/fileinfo.h +++ b/tools/mhmake/src/fileinfo.h @@ -65,7 +65,7 @@ inline string stringify(const T& x) ostringstream o;
o << x;
return o.str();
-}
+}
#define TIMESAFETY 3
class mh_time
|