diff gui/app.h @ 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 3c57056637cc
line wrap: on
line diff
--- a/gui/app.h	Thu Mar 03 14:37:47 2011 +0000
+++ b/gui/app.h	Thu Mar 03 14:52:21 2011 +0000
@@ -189,7 +189,7 @@
 extern listItems appMPlayer;
 
 int appFindMessage(unsigned char *);
-void appInitStruct(void);
+void appFreeStruct(void);
 void appResetStruct(void);
 void btnModify(int, float);
 void btnSet(int, int);