X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=file.c;h=192dda675df9a1f5cfc39f04deb5670596765e33;hb=34d682416faee9c8beef8b0747d5f1587dea847c;hp=26b89a6233ecf27beed452eff3fe7e2fb51d5e86;hpb=a65b9b48e0be56bc33ea857d928b83b726b13c34;p=ext%2Fsubsurface.git diff --git a/file.c b/file.c index 26b89a6..192dda6 100644 --- a/file.c +++ b/file.c @@ -72,7 +72,7 @@ static void suunto_read(struct zip_file *file, GError **error) } #endif -static int try_to_open_suundo(const char *filename, GError **error) +static int try_to_open_suunto(const char *filename, GError **error) { int success = 0; #ifdef LIBZIP @@ -98,7 +98,7 @@ static int open_by_filename(const char *filename, const char *fmt, GError **erro { /* Suunto Dive Manager files: SDE */ if (!strcasecmp(fmt, "SDE")) - return try_to_open_suundo(filename, error); + return try_to_open_suunto(filename, error); return 0; }