зеркало из https://github.com/mozilla/gecko-dev.git
C++ class decls need a semicolon
This commit is contained in:
Родитель
c373687100
Коммит
6807c3fcf4
|
@ -23,7 +23,7 @@ interface(TreeState *state)
|
|||
if (!process_node(state))
|
||||
return FALSE;
|
||||
|
||||
fprintf(state->file, "\n}\n");
|
||||
fprintf(state->file, "\n};\n");
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ interface(TreeState *state)
|
|||
if (!process_node(state))
|
||||
return FALSE;
|
||||
|
||||
fprintf(state->file, "\n}\n");
|
||||
fprintf(state->file, "\n};\n");
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче