[pisa-src] r2301 - trunk/community-operator/co_server.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 19 Apr 2010 14:48:06 +0200

Author: biurrun
Date: Mon Apr 19 14:48:06 2010
New Revision: 2301

Log:
Fix wrong parameter name in handle_packet() doxygen documentation.

Modified:
   trunk/community-operator/co_server.c

Modified: trunk/community-operator/co_server.c
==============================================================================
--- trunk/community-operator/co_server.c        Fri Apr 16 17:02:14 2010        
(r2300)
+++ trunk/community-operator/co_server.c        Mon Apr 19 14:48:06 2010        
(r2301)
@@ -183,7 +183,7 @@
  * This function handles any received packets.
  *
  * @param socket_addr IP address where the packet was received
- * @param struct co_packet A pointer to a struct co_packet_t structure
+ * @param packet      A pointer to a struct co_packet_t structure
  *
  * @return 1 if successfully handled; 0 if packet unrecognized
  */

Other related posts:

  • » [pisa-src] r2301 - trunk/community-operator/co_server.c - Diego Biurrun