diff options
author | belugas <belugas@openttd.org> | 2009-01-08 14:38:21 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2009-01-08 14:38:21 +0000 |
commit | 38bd396f9022748b8768a543be5234c46c7d68fa (patch) | |
tree | c93cbfc3ed23512c3f2653fc3e7cb194025c03ca /src | |
parent | 5a430c3e6b7b61b889d11d908e3b9ad71e772090 (diff) | |
download | openttd-38bd396f9022748b8768a543be5234c46c7d68fa.tar.xz |
(svn r14914) -Documentation: Correct doxygen comment for file name. <nitpicked> by Swallow
Diffstat (limited to 'src')
-rw-r--r-- | src/network/network_command.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_command.cpp b/src/network/network_command.cpp index 9839b2372..31df84819 100644 --- a/src/network/network_command.cpp +++ b/src/network/network_command.cpp @@ -1,6 +1,6 @@ /* $Id$ */ -/** @file network_data.cpp Command handling over network connections. */ +/** @file network_command.cpp Command handling over network connections. */ #ifdef ENABLE_NETWORK |