diff libinterp/dldfcn/xzip.cc @ 22269:a76b931d2c4b

* xzip.cc (Fbzip2): Fix typo of "octave_unused_parameter".
author Mike Miller <mtmiller@octave.org>
date Thu, 11 Aug 2016 10:38:19 -0700
parents 15b9d7cb3098
children 16efd0403698
line wrap: on
line diff
--- a/libinterp/dldfcn/xzip.cc	Thu Aug 11 10:20:13 2016 -0700
+++ b/libinterp/dldfcn/xzip.cc	Thu Aug 11 10:38:19 2016 -0700
@@ -601,7 +601,7 @@
 
 #else
 
-  octave_unused_paramter (args);
+  octave_unused_parameter (args);
 
   err_disabled_feature ("bzip2", "bzip2");