Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2724 → Rev 2725

/programs/network/htmlv/browser/include/history.h
41,7 → 41,7
 
void UrlsHistory::GoBack()
{
if (history_current<=2) return;
if (history_current<=1) return;
history_current--;
copystr(#history_list[history_current].Item,#URL);
}