[MPlayer-cvslog] r38524 - trunk/gui/dialog/url.c
ib
subversion at mplayerhq.hu
Thu May 16 23:09:10 EEST 2024
Author: ib
Date: Thu May 16 23:09:10 2024
New Revision: 38524
Log:
Adjust indentation.
Modified:
trunk/gui/dialog/url.c
Modified: trunk/gui/dialog/url.c
==============================================================================
--- trunk/gui/dialog/url.c Thu May 16 23:07:48 2024 (r38523)
+++ trunk/gui/dialog/url.c Thu May 16 23:09:10 2024 (r38524)
@@ -153,10 +153,10 @@ void ShowURLDialog(void)
item = listMgr(URLLIST_GET, 0);
- while (item) {
- gtk_combo_box_append_text(GTK_COMBO_BOX(urlCombo), item->url);
- item = item->next;
- }
+ while (item) {
+ gtk_combo_box_append_text(GTK_COMBO_BOX(urlCombo), item->url);
+ item = item->next;
+ }
gtk_widget_show(URLDialog);
}
More information about the MPlayer-cvslog
mailing list