Missing semicolon.

This commit is contained in:
Michael Drake 2012-08-20 23:15:22 +01:00
parent 634b8f642e
commit d76e7db6fe

View File

@ -125,7 +125,7 @@ struct ami_file_input_menu_data {
int x;
int y;
struct browser_window bw;
}
};
struct Library *PopupMenuBase = NULL;
struct PopupMenuIFace *IPopupMenu = NULL;