libnotify: update to 0.8.3; drop 32 bit
[oi-userland.git] / components / archiver / unrar / patches / 02-options.hpp.patch
blob22f9291f8b8227dc5360d39822378f1cdacec632
1 --- unrar/options.hpp.~1~ 2016-08-14 22:17:47.000000000 +0300
2 +++ unrar/options.hpp 2017-03-23 23:20:39.931199700 +0300
3 @@ -37,7 +37,7 @@
4 RECURSE_NONE=0, // no recurse switches
5 RECURSE_DISABLE, // switch -r-
6 RECURSE_ALWAYS, // switch -r
7 - RECURSE_WILDCARDS, // switch -r0
8 + RECURSE_WILDCARDS // switch -r0
9 };
11 enum OVERWRITE_MODE