remove extra ';'

This commit is contained in:
Stas Degteff
2006-03-12 07:56:25 +00:00
parent eb17930b1c
commit 99aedb1707

View File

@@ -3813,7 +3813,7 @@ struct cs_info * get_current_cs(const char * es) {
}
}
return ccs;
};
}
@@ -3846,5 +3846,4 @@ const char * get_default_enc(const char * lang) {
}
}
return NULL;
};
}