From 69ac24e556c6fbc7138be5a60d0b90d2a5676c3d Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Fri, 13 Oct 2017 11:10:42 +0300 Subject: aarch64: Get rid of a stray double space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The extra space got included as part of the expansion of ELF, which later interfered with gas-preprocessor which earlier only stripped out leftover lines starting with '#' if the line started with that char. Signed-off-by: Martin Storsjö --- libavutil/aarch64/asm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/aarch64') diff --git a/libavutil/aarch64/asm.S b/libavutil/aarch64/asm.S index 7e2af4df17..15b55d57d2 100644 --- a/libavutil/aarch64/asm.S +++ b/libavutil/aarch64/asm.S @@ -23,7 +23,7 @@ #ifdef __ELF__ # define ELF #else -# define ELF # +# define ELF # #endif #if HAVE_AS_FUNC -- cgit v1.2.3