Changeset c4168f4


Ignore:
Timestamp:
2005-12-16T09:47:44Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
701acdd4
Parents:
15832cc
Message:

Yay for useless optimizations!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • storage_text.c

    r15832cc rc4168f4  
    3434{
    3535        switch (id) {
    36         case 0: return find_protocol("oscar");
    37         case 1: return find_protocol("oscar");
    38         case 3: return find_protocol("oscar");
     36        case 0: case 1: case 3: return find_protocol("oscar");
    3937        case 4: return find_protocol("msn");
    4038        case 2: return find_protocol("yahoo");
Note: See TracChangeset for help on using the changeset viewer.