Skip to content
Snippets Groups Projects
Commit 1fd13584 authored by deuce's avatar deuce
Browse files

Fix warning.

parent edd070b3
No related branches found
No related tags found
No related merge requests found
...@@ -553,7 +553,7 @@ char DLLCALL exascii_to_ascii_char(uchar ch) ...@@ -553,7 +553,7 @@ char DLLCALL exascii_to_ascii_char(uchar ch)
/****************************************************************************/ /****************************************************************************/
char* DLLCALL ascii_str(uchar* str) char* DLLCALL ascii_str(uchar* str)
{ {
char* p=str; uchar* p=str;
while(*p) { while(*p) {
if((*p)&0x80) if((*p)&0x80)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment