From: Lennart Poettering Date: Fri, 1 Nov 2019 10:31:20 +0000 (+0100) Subject: static-destruct: add missing closing '(' in comment X-Git-Tag: v244-rc1~106^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfaf16ebed8b5be645c645623f1593db5f5d0ba0;p=thirdparty%2Fsystemd.git static-destruct: add missing closing '(' in comment --- diff --git a/src/basic/static-destruct.h b/src/basic/static-destruct.h index 443c0e8ebb3..8fbc07c5876 100644 --- a/src/basic/static-destruct.h +++ b/src/basic/static-destruct.h @@ -40,8 +40,8 @@ typedef struct StaticDestructor { extern const struct StaticDestructor _weak_ __start_SYSTEMD_STATIC_DESTRUCT[]; extern const struct StaticDestructor _weak_ __stop_SYSTEMD_STATIC_DESTRUCT[]; -/* The function to destroy everything. (Note that this must be static inline, as it's key that it remains in the same - * linking unit as the variables we want to destroy. */ +/* The function to destroy everything. (Note that this must be static inline, as it's key that it remains in + * the same linking unit as the variables we want to destroy.) */ static inline void static_destruct(void) { const StaticDestructor *d;