1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-22 14:09:10 +00:00

(svn r20291) -Codechange: Unify break coding style.

This commit is contained in:
alberth
2010-08-01 21:19:49 +00:00
parent c32e35c30d
commit ee01ec9136
2 changed files with 3 additions and 3 deletions

View File

@@ -1152,8 +1152,8 @@ void NetworkServerSendChat(NetworkAction action, DestType desttype, int dest, co
}
}
}
}
break;
}
default:
DEBUG(net, 0, "[server] received unknown chat destination type %d. Doing broadcast instead", desttype);
/* FALL THROUGH */