From be8f8a9f4caa883e3de98b276cdad55d4fc65c0d Mon Sep 17 00:00:00 2001 From: Thorsten Töpper Date: Mon, 16 Jun 2025 20:20:20 +0200 Subject: CMakeLists: hardening flags --- include/output.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/output.h') diff --git a/include/output.h b/include/output.h index 22f3885..beb9559 100644 --- a/include/output.h +++ b/include/output.h @@ -1,8 +1,6 @@ /* SPDX-License-Identifier: Apache-2.0 */ /* Copyright 2025 Thorsten Töpper - * - * output related functions and definitions * * vim:ts=4:sw=4:expandtab */ @@ -25,5 +23,6 @@ int fputc_all_cols(char c, FILE *fdout); int fputc_width_x(char c, size_t x, FILE *fdout); void print_list(struct list_head *list); + #endif -- cgit v1.2.3-70-g09d2