components/unrar/patches/04.options.hpp.patch
author Rich Burridge <rich.burridge@oracle.com>
Wed, 18 Apr 2012 11:10:52 -0700
changeset 779 0efb89d4efa5
permissions -rw-r--r--
7161382 Update unrar to version 4.1.4

--- 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