mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:23:23 +00:00
Windows support: correct helper function name
Apparently no one ever tried to build with an old libgit2 on Windows... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
293569cb19
commit
c765fb5961
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const char current_system_divelist_default_font[] = "Segoe UI";
|
|||
const char *system_divelist_default_font = non_standard_system_divelist_default_font;
|
||||
double system_divelist_default_font_size = -1;
|
||||
|
||||
void subsurface_user(struct user_info *user)
|
||||
void subsurface_user_info(struct user_info *user)
|
||||
{ /* Encourage use of at least libgit2-0.20 */ }
|
||||
|
||||
extern bool isWin7Or8();
|
||||
|
|
Loading…
Add table
Reference in a new issue