summaryrefslogtreecommitdiff
path: root/src/network
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-06-01 12:56:18 +0000
committerrubidium <rubidium@openttd.org>2009-06-01 12:56:18 +0000
commit765c65b738c3ec956aad5faaaa8fef388fe68ddf (patch)
tree12fbf354a4f913347a27884412fdadbbf7f8e953 /src/network
parentc03ce4b1c704ef638374f56bbb9692db0e4e354c (diff)
downloadopenttd-765c65b738c3ec956aad5faaaa8fef388fe68ddf.tar.xz
(svn r16493) -Fix: missing/wrong @file doxygen 'headers'
Diffstat (limited to 'src/network')
-rw-r--r--src/network/network_content_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_content_gui.cpp b/src/network/network_content_gui.cpp
index b8ed8ca85..5959a1202 100644
--- a/src/network/network_content_gui.cpp
+++ b/src/network/network_content_gui.cpp
@@ -1,6 +1,6 @@
/* $Id$ */
-/** @file network_gui.cpp Implementation of the Network related GUIs. */
+/** @file network_content_gui.cpp Implementation of the Network Content related GUIs. */
#if defined(ENABLE_NETWORK)
#include "../stdafx.h"