oops. msvc didn't care
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4833 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
911f98ffaa
commit
13c2261c60
1 changed files with 1 additions and 1 deletions
|
@ -867,7 +867,7 @@ enum {
|
|||
IDM_FIRSTCHILD
|
||||
};
|
||||
|
||||
void EditorReload(editor_t *editor);
|
||||
static void EditorReload(editor_t *editor);
|
||||
int EditorSave(editor_t *edit);
|
||||
void EditFile(char *name, int line);
|
||||
pbool EditorModified(editor_t *e);
|
||||
|
|
Loading…
Reference in a new issue