From ea1921d2e0a45a94af69365c38533944fa46c0fa Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 16 Nov 2005 16:16:18 +0000 Subject: (svn r3211) Fix typo in r3181 --- network_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network_gui.c b/network_gui.c index e3dbac77e..86384fd79 100644 --- a/network_gui.c +++ b/network_gui.c @@ -123,7 +123,7 @@ static void NetworkGameWindowWndProc(Window *w, WindowEvent *e) while (cur_item != NULL) { bool compatible = strncmp(cur_item->info.server_revision, _openttd_revision, NETWORK_REVISION_LENGTH - 1) == 0 || - strncmp(cur_item->info.server_revision, NOREV_STRING, sizeof(cur_item->info.server_revision) == 0); + strncmp(cur_item->info.server_revision, NOREV_STRING, sizeof(cur_item->info.server_revision)) == 0; if (cur_item == sel) GfxFillRect(11, y - 2, 218, y + 9, 10); // show highlighted item with a different colour -- cgit v1.2.3-54-g00ecf