summaryrefslogtreecommitdiff
path: root/segfault.c
diff options
context:
space:
mode:
authorepoch <epoch@hack.thebackupbox.net>2020-10-04 09:43:15 +0000
committerepoch <epoch@hack.thebackupbox.net>2020-10-04 09:43:15 +0000
commit217fe99bdeff910bfedb375f970db0f5a9b4cc93 (patch)
treefac3ab49b3a26d965e0e6b628177d414cee93c3e /segfault.c
parentb6543e81ee58a06a9da23992c41b7869e271f0fa (diff)
downloadsegfault-217fe99bdeff910bfedb375f970db0f5a9b4cc93.tar.gz
segfault-217fe99bdeff910bfedb375f970db0f5a9b4cc93.zip
removed a comment
Diffstat (limited to 'segfault.c')
-rw-r--r--segfault.c2
1 files changed, 1 insertions, 1 deletions
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;