This commit is contained in:
Viktor Szakats 2025-08-01 04:27:57 +02:00 committed by Viktor Szakats
parent 930ec9e5c3
commit c6b00190f2
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -175,7 +175,7 @@ $(HUGE):
echo 'void showhelp(const char *trigger, const char *arg, const char *endarg)' >> $(HUGE); \
echo '{' >> $(HUGE); \
echo ' (void)trigger; (void)arg; (void)endarg;' >> $(HUGE); \
echo '}' >> $(HUGE); \
echo '}' >> $(HUGE); \
fi)
endif