From f17eaa3828f4ee071dfd8b8d42270233b96af058 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 23 Feb 2022 15:25:42 -0800 Subject: Fix a malformed patch line. Error trying to update: patch: **** malformed patch at line 37: t available) and they don't have this fallback either. */ Test: treehugger Change-Id: Ibdb32a737dfc939cea708808671e5285c63777e4 --- patches/config.diff | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/patches/config.diff b/patches/config.diff index d1c92074..d9a9eaa0 100644 --- a/patches/config.diff +++ b/patches/config.diff @@ -33,8 +33,7 @@ Index: expat/expat_config.h #define HAVE_STRING_H 1 /* Define to 1 if you have `syscall' and `SYS_getrandom'. */ -+#if 0 /* We only get here for glibc and Windows (where the better choices aren' -t available) and they don't have this fallback either. */ ++#if 0 /* We only get here for glibc and Windows (where the better choices aren't available) and they don't have this fallback either. */ #define HAVE_SYSCALL_GETRANDOM 1 +#endif -- cgit v1.2.3