[mod_shout] Replace space with tab in Makefile.am

This commit is contained in:
Clock 2022-10-05 01:19:10 +08:00 committed by GitHub
parent 98d2e6212c
commit c71ed98add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ else
install: error
all: error
error:
$(error You must install libmp3lame-dev to build mod_shout)
$(error You must install libmp3lame-dev to build mod_shout)
endif
else