Renamed stabber function

This commit is contained in:
James Booth
2015-05-16 01:56:31 +01:00
parent 7e094d8c72
commit 1e327794e9
5 changed files with 6 additions and 4 deletions

View File

@@ -37,5 +37,5 @@ main(int argc , char *argv[])
port = atoi(argv[1]);
}
return stabber_start(port);
return stbbr_start(port);
}