diff options
author | epoch <epoch@hack.thebackupbox.net> | 2020-10-04 09:43:15 +0000 |
---|---|---|
committer | epoch <epoch@hack.thebackupbox.net> | 2020-10-04 09:43:15 +0000 |
commit | 217fe99bdeff910bfedb375f970db0f5a9b4cc93 (patch) | |
tree | fac3ab49b3a26d965e0e6b628177d414cee93c3e /segfault.c | |
parent | b6543e81ee58a06a9da23992c41b7869e271f0fa (diff) | |
download | segfault-217fe99bdeff910bfedb375f970db0f5a9b4cc93.tar.gz segfault-217fe99bdeff910bfedb375f970db0f5a9b4cc93.zip |
removed a comment
Diffstat (limited to 'segfault.c')
-rw-r--r-- | segfault.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |