diff options
Diffstat (limited to 'plugins/SmileyAdd')
| -rw-r--r-- | plugins/SmileyAdd/src/download.cpp | 1 | ||||
| -rw-r--r-- | plugins/SmileyAdd/src/smileys.h | 2 | 
2 files changed, 1 insertions, 2 deletions
| diff --git a/plugins/SmileyAdd/src/download.cpp b/plugins/SmileyAdd/src/download.cpp index 879dace326..a83953bfbf 100644 --- a/plugins/SmileyAdd/src/download.cpp +++ b/plugins/SmileyAdd/src/download.cpp @@ -121,7 +121,6 @@ bool InternetDownloadFile(const char *szUrl, char* szDest, HANDLE &hHttpDwnl)  	return result == 0;
  }
 -
  void __cdecl SmileyDownloadThread(void*)
  {
  	bool needext = false;
 diff --git a/plugins/SmileyAdd/src/smileys.h b/plugins/SmileyAdd/src/smileys.h index 76b0dc0f12..b654b32ff3 100644 --- a/plugins/SmileyAdd/src/smileys.h +++ b/plugins/SmileyAdd/src/smileys.h @@ -140,7 +140,7 @@ public:  	~SmileyLookup();
  	void Find(const CMString& str, SmileyLocVecType& smlcur, bool firstOnly) const;
 -	int  GetIndex(void) const { return m_ind; }
 +	int GetIndex(void) const { return m_ind; }
  	bool IsValid(void) const { return m_valid; }
  };
 | 
