I apparently was so congested that it affected my typing too when I
wrote that, and then copy-paste meant that the use and declaration
matched despite the misspelling.
Reported-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
}
#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
{
/* 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;
}