msys2-updater: Minor fix (WIP)

This commit is contained in:
Ray Donnelly 2014-11-11 22:17:09 +00:00
parent b9725d8c59
commit e78c27f54b

View File

@ -192,7 +192,7 @@ typedef struct {
char** p_filenames;
} Arguments;
HWND FindConsoleHandleOld() {
HWND FindConsoleHandle() {
const char alphabet[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
char title[33];
char old_title[512];