Browse Source

svn: 1935

Bryan Drewery 21 years ago
parent
commit
52dd7bb76d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/misc.c

+ 1 - 1
src/misc.c

@@ -348,7 +348,7 @@ void show_banner(int idx)
     dumplots(-dcc[idx].sock, "", wbanner()); 
   dprintf(idx, " \n");
   dprintf(-dcc[idx].sock,     " ------------------------------------------------------- \n");
-  dprintf(-dcc[idx].sock  STR("|             - paypal: bryan@shatow.net  -             |\n"));
+  dprintf(-dcc[idx].sock, STR("|             - paypal: bryan@shatow.net  -             |\n"));
   dprintf(-dcc[idx].sock, STR("|             - http://wraith.shatow.net/ -             |\n"));
   dprintf(-dcc[idx].sock,     " ------------------------------------------------------- \n");
   dprintf(idx, " \n");