diff options
Diffstat (limited to 'save-git.c')
-rw-r--r-- | save-git.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/save-git.c b/save-git.c index e2950d42c..0f9dea95e 100644 --- a/save-git.c +++ b/save-git.c @@ -344,7 +344,7 @@ static void create_dive_buffer(struct dive *dive, struct membuffer *b) save_dive_temperature(b, dive); } -static int report_error(const char *fmt, ...) +int report_error(const char *fmt, ...) { struct membuffer b = { 0 }; VA_BUF(&b, fmt); |