Author: Mark
Date: Mon Apr 18 08:12:01 2005
New Revision: 2541
Modified:
trunk/src/protocol/ircup10.c
Log:
more tab fixes
Modified: trunk/src/protocol/ircup10.c
==============================================================================
--- trunk/src/protocol/ircup10.c (original)
+++ trunk/src/protocol/ircup10.c Mon Apr 18 08:12:01 2005
@@ -862,7 +862,7 @@
static void
m_squit (char *origin, char **argv, int argc, int srv)
{
- char* b64arg0;
+ char* b64arg0;
if ((b64arg0 = base64_to_server(argv[0]))) {
do_squit (b64arg0, argv[2]);
} else {
@@ -882,10 +882,10 @@
static void
m_mode (char *origin, char **argv, int argc, int srv)
{
- char* b64origin;
- if (!(b64origin = base64_to_nick(origin))) {
- b64origin = base64_to_server(origin);
- }
+ char* b64origin;
+ if (!(b64origin = base64_to_nick(origin))) {
+ b64origin = base64_to_server(origin);
+ }
if (argv[0][0] == '#') {
char **av;
int ac = 0;
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.