diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-18 23:37:22 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-18 23:37:22 -0700 |
commit | c765fb59610fa4244e9ca8dd077a13aab262341a (patch) | |
tree | 8ed8fab4bfaa81c250617fbbf91ba6f53e61a1ba /windows.c | |
parent | 293569cb19baf6a447d5a888718d56e50ed785d3 (diff) | |
download | subsurface-c765fb59610fa4244e9ca8dd077a13aab262341a.tar.gz |
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>
Diffstat (limited to 'windows.c')
-rw-r--r-- | windows.c | 2 |
1 files changed, 1 insertions, 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(); |