Skip to content
Snippets Groups Projects
Commit 2d034d14 authored by rswindell's avatar rswindell
Browse files

Checked in the code.

parent b648175a
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,6 @@
#include "smblib.h"
#include "smbwrap.h"
smb_t smb;
char *usage="usage: fixsmb [/opts] <smb_file>\n"
"\n"
" opts:\n"
......@@ -98,6 +96,7 @@ int main(int argc, char **argv)
char str[128],c;
int i,w,mode=0;
ulong l,length,size,n;
smb_t smb;
smbmsg_t msg;
printf("\nFIXSMB v1.23 - Rebuild Synchronet Message Base Index - by Rob Swindell\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment