diff scripts/pkg/pkg.m @ 15202:f3b5cadfd6d5

fix missing semicolons in various .m files * playaudio.m, accumarray.m, accumdim.m, bicubic.m, narginchk.m, nargoutchk.m, nthargout.m, image.m, pkg.m, colorbar.m, hdl2struct.m, legend.m, plotyy.m, private/__go_draw_axes__.m, private/__print_parse_opts__.m, shrinkfaces.m, pchip.m, polyval.m, rundemos.m: Fix lines with missing semicolons.
author John W. Eaton <jwe@octave.org>
date Sun, 19 Aug 2012 10:50:40 -0400
parents 0b29c16a2645
children 049e8bbff782
line wrap: on
line diff
--- a/scripts/pkg/pkg.m	Sat Aug 18 22:03:11 2012 -0400
+++ b/scripts/pkg/pkg.m	Sun Aug 19 10:50:40 2012 -0400
@@ -318,7 +318,7 @@
         page_output_immediately (true, "local");
       case "-forge"
         if (! octave_config_info ("CURL_LIBS"))
-          error ("pkg: can't download from forge without the cURL library")
+          error ("pkg: can't download from forge without the cURL library");
         endif
         octave_forge = true;
       case "-local"