remove extra ';'
This commit is contained in:
parent
eb17930b1c
commit
99aedb1707
@ -3813,7 +3813,7 @@ struct cs_info * get_current_cs(const char * es) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return ccs;
|
return ccs;
|
||||||
};
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -3846,5 +3846,4 @@ const char * get_default_enc(const char * lang) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
};
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user