1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

Fix fe-fuzz nits

This commit is contained in:
Joseph Bisch 2017-01-12 18:11:09 -05:00
parent abdae2d5fc
commit fe1ea4b80a
No known key found for this signature in database
GPG Key ID: CF08FAC339AB7E8E
2 changed files with 0 additions and 2 deletions

View File

@ -650,7 +650,6 @@ echo
echo "Building text frontend ........... : $want_textui"
echo "Building irssi bot ............... : $want_irssibot"
echo "Building irssi fuzzer ............ : $want_irssifuzzer"
echo "Building irssi proxy ............. : $want_irssiproxy"
if test "x$have_gmodule" = "xyes"; then
echo "Building with module support ..... : yes"

View File

@ -28,7 +28,6 @@
#include "args.h"
#include "printtext.h"
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>