瀏覽代碼

MVK patches: fix typo

Felix Paul Kühne 9 年之前
父節點
當前提交
33dc257fee
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MobileVLCKit/patches/0013-libvlc-hack-to-disable-daemon-mode.patch

+ 1 - 1
MobileVLCKit/patches/0013-libvlc-hack-to-disable-daemon-mode.patch

@@ -15,7 +15,7 @@ index 34824da..3bb0ec1 100644
          return VLC_ENOMOD;
      }
  
-+#ifdef __APPLE
++#ifdef __APPLE__
 +#undef HAVE_DAEMON
 +#endif
 +