From 217fe99bdeff910bfedb375f970db0f5a9b4cc93 Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 4 Oct 2020 09:43:15 +0000 Subject: removed a comment --- segfault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'segfault.c') diff --git a/segfault.c b/segfault.c index 358b3a0..55f9f96 100644 --- a/segfault.c +++ b/segfault.c @@ -890,7 +890,7 @@ void c_builtin(int fd,char *from,char *line,...) { char tmp[512]; char *function=line; char *addr; - unsigned long int address; // lol. will fail on x64 + unsigned long int address; if(!line) { privmsg(fd,from,"usage: !builtin command [address]"); return; -- cgit v1.2.3