comparison gui/skin/skin.c @ 32932:e95ec1b2feea

Cosmetic: Rename appInitStruct() to appFreeStruct(). The purpose of the function is to free, not to initialize.
author ib
date Thu, 03 Mar 2011 14:52:21 +0000
parents 03b1051bed5c
children 258baf2bfeca
comparison
equal deleted inserted replaced
32931:03b1051bed5c 32932:e95ec1b2feea
883 } 883 }
884 } 884 }
885 885
886 mp_dbg(MSGT_GPLAYER, MSGL_DBG2, "[skin] file: %s\n", fn); 886 mp_dbg(MSGT_GPLAYER, MSGL_DBG2, "[skin] file: %s\n", fn);
887 887
888 appInitStruct(); 888 appFreeStruct();
889 fntFreeFont(); 889 fntFreeFont();
890 890
891 linenumber = 0; 891 linenumber = 0;
892 892
893 while (fgets(tmp, sizeof(tmp), skinFile)) { 893 while (fgets(tmp, sizeof(tmp), skinFile)) {