From 07b820f4575d2108b5675106d3ea16e83c168c22 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 16 May 2024 19:13:05 +0200 Subject: clean up garbage code i wrote 5 minutes ago --- blob | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'blob') diff --git a/blob b/blob index 6baae9c..e0f4b4c 100755 --- a/blob +++ b/blob @@ -18,8 +18,8 @@ cat << EOF > "$base.h" #include extern const char ${symbol_base}_head; -const char* ${symbol_base} = &${symbol_base}_head; -const size_t ${symbol_base}_size = $(wc -c < "$input"); +static const char* ${symbol_base} = &${symbol_base}_head; +static const size_t ${symbol_base}_size = $(wc -c < "$input"); EOF -- cgit v1.2.3