Skip to content

Commit

Permalink
fix #endif placement for HAVE_GFX_WIDGETS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamiras committed Nov 20, 2023
1 parent 113e563 commit 91f2109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cheevos/cheevos.c
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,8 @@ static void rcheevos_progress_hide(rcheevos_locals_t* locals)
gfx_widget_set_achievement_progress(NULL, NULL);
}

#endif

static void rcheevos_client_log_message(const char* message, const rc_client_t* client)
{
CHEEVOS_LOG(RCHEEVOS_TAG "%s\n", message);
Expand Down Expand Up @@ -668,8 +670,6 @@ static void rcheevos_client_event_handler(const rc_client_event_t* event, rc_cli
}
}

#endif

int rcheevos_get_richpresence(char* s, size_t len)
{
if (!rcheevos_is_player_active())
Expand Down

0 comments on commit 91f2109

Please sign in to comment.