Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Iswenzz committed Jan 27, 2023
2 parents adc413c + b57ac66 commit 0664c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/// <summary>
/// Init gsclib library.
/// </summary>
void Init()
void GScr_GSCLIB_Init()
{
Plugin_Printf("[GSCLIB] Initialize\n");

Expand All @@ -47,7 +47,7 @@ PCL int OnInit()
mysql_handler.code = mysql_library_init(0, NULL, NULL);

// gsclib
FUNCTION("gsclib_init", &Init);
FUNCTION("gsclib_init", &GScr_GSCLIB_Init);

// data/file
FUNCTION("file_create", &GScr_FILE_Create);
Expand Down

0 comments on commit 0664c89

Please sign in to comment.