From: Paul Eggert Date: Tue, 30 May 2023 22:12:43 +0000 (-0700) Subject: error: fix typo in previous patch X-Git-Tag: v1.0~1275 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=8bcd28739809b709ea4946ca18f7d8a76f4b1570;p=gnulib.git error: fix typo in previous patch * lib/error.in.h (error): Fix __VA_ARGS__ typo noted by Bruno Haible. --- diff --git a/lib/error.in.h b/lib/error.in.h index ecb19818c8..f1ba94577b 100644 --- a/lib/error.in.h +++ b/lib/error.in.h @@ -81,7 +81,7 @@ _GL_CXXALIAS_RPL (error, void, # ifndef _GL_NO_INLINE_ERROR # undef error # define error(status, ...) \ - __gl_error_call (rpl_error, status, __VA_ARGS) + __gl_error_call (rpl_error, status, __VA_ARGS__) # endif #else # if ! @HAVE_ERROR@