small fix
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4821 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a377ebff76
commit
fa850a988e
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ static void (VARGS *gnutls_free)(void * ptr);
|
|||
|
||||
static qboolean Init_GNUTLS(void)
|
||||
{
|
||||
dllhandle_t hmod;
|
||||
dllhandle_t *hmod;
|
||||
|
||||
dllfunction_t functable[] =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue