Skip to content
Snippets Groups Projects
Commit 2f75812c authored by Philippe Canal's avatar Philippe Canal
Browse files

Add missing return

parent ebc18d61
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ static TString &IncludeNameBuffer() {
#else
static TString includeName(kMaxLen);
#endif
return includeName;
}
extern void *gMmallocDesc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment