]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
static-destruct: add missing closing '(' in comment 13909/head
authorLennart Poettering <lennart@poettering.net>
Fri, 1 Nov 2019 10:31:20 +0000 (11:31 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 1 Nov 2019 10:31:20 +0000 (11:31 +0100)
src/basic/static-destruct.h

index 443c0e8ebb3b7b280ffbd8c877169d68a151dae5..8fbc07c5876a8b67bcd80a67120462438f799d01 100644 (file)
@@ -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;