Skip to content
Snippets Groups Projects
Commit 6c8739dd authored by H William Welliver's avatar H William Welliver
Browse files

master: add missing brace from previous commit

parent 4e1db9f8
No related branches found
No related tags found
No related merge requests found
...@@ -846,6 +846,7 @@ Stat master_file_stat(string x) ...@@ -846,6 +846,7 @@ Stat master_file_stat(string x)
if(d && !d[file]) return 0; if(d && !d[file]) return 0;
return predef::file_stat(x); return predef::file_stat(x);
}
#else #else
constant master_file_stat = predef::file_stat; constant master_file_stat = predef::file_stat;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment