Changeset 3518933


Ignore:
Timestamp:
2010-04-19T22:40:58Z (14 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
dbbf34a
Parents:
0d7bd89
Message:

cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skype.c

    r0d7bd89 r3518933  
    340340                }
    341341                imcb_log(ic, "User `%s' changed mood text to `%s'", user, buf);
    342         }
    343         else if (!strncmp(ptr, "FULLNAME ", 9))
     342        } else if (!strncmp(ptr, "FULLNAME ", 9))
    344343                sd->info_fullname = g_strdup(ptr + 9);
    345344        else if (!strncmp(ptr, "PHONE_HOME ", 11))
Note: See TracChangeset for help on using the changeset viewer.