Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5712 → Rev 5713

/programs/cmm/TWB/history.h
15,7 → 15,7
void AddUrl();
byte GoBack();
byte GoForward();
};
} BrowserHistory;
 
dword UrlsHistory::CurrentUrl() {
return #history_list[current].Item;
63,5 → 63,3
strlcpy(#URL, #history_list[current].Item, sizeof(URL));
return 1;
}
 
UrlsHistory BrowserHistory;