text encoding fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* vi: set sw=4 ts=8 cino=g0,\:0 : */
|
||||
/* vi: set sw=4 ts=8 cino=g0,\:0 : */
|
||||
/*********************************************************************
|
||||
* date : 2010.4.7
|
||||
* file : auth_brazil.c
|
||||
@@ -133,7 +133,7 @@ int auth_brazil(const char *login, const char *pwd)
|
||||
return AUTH_BRAZIL_SERVER_ERR;
|
||||
}
|
||||
|
||||
// 응답받은 경우에만 query count를 늘린다.
|
||||
// 응답받은 경우에만 query count를 늘린다.
|
||||
auth_brazil_inc_query_count();
|
||||
|
||||
return FN_parse_reply(reply);
|
||||
|
||||
Reference in New Issue
Block a user