whitespace

This commit is contained in:
Jean Raby 2023-06-10 19:52:06 -04:00
parent 1b1f1f123a
commit bb3f317ff7

View File

@ -504,7 +504,7 @@ char* get_main_title(){
char* get_title_by_pid(uintptr pid, int8_t isPid){
MData win = set_handle_pid(pid, isPid);
return get_title_by_hand(win);
return get_title_by_hand(win);
}
char* named(void *result) {