Update about.cpp

Add newline
This commit is contained in:
Derek "Turtle" Roe 2021-03-13 04:19:10 -06:00
parent 1f5e4d18ee
commit ba77c09090
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ void ShowAboutWindow (void * hParent)
#ifdef _WIN32
MessageBox((HWND)hParent,L"Android Input Plugin",L"Dll About",MB_OK);
#endif
}
}