components/unrar/patches/04.options.hpp.patch
author Jesse Butler <jesse.butler@oracle.com>
Mon, 17 Oct 2016 16:13:44 -0700
changeset 7119 2f82d964b8be
parent 779 0efb89d4efa5
permissions -rw-r--r--
24830297 drop unneeded metadata layers from base image

--- options.hpp.orig	2012-04-17 10:53:02.384081275 -0700
+++ options.hpp	2012-04-17 10:53:11.332633173 -0700
@@ -35,7 +35,7 @@
   RECURSE_NONE=0,    // no recurse switches
   RECURSE_DISABLE,   // switch -r-
   RECURSE_ALWAYS,    // switch -r
-  RECURSE_WILDCARDS, // switch -r0
+  RECURSE_WILDCARDS  // switch -r0
 };
 
 enum OVERWRITE_MODE