Revision: 40727
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40727&view=rev
Author:   brlcad
Date:     2010-09-28 11:29:34 +0000 (Tue, 28 Sep 2010)

Log Message:
-----------
ws

Modified Paths:
--------------
    brlcad/trunk/include/pkg.h

Modified: brlcad/trunk/include/pkg.h
===================================================================
--- brlcad/trunk/include/pkg.h  2010-09-28 11:28:04 UTC (rev 40726)
+++ brlcad/trunk/include/pkg.h  2010-09-28 11:29:34 UTC (rev 40727)
@@ -67,7 +67,7 @@
     unsigned short pks_type;   /**< @brief Type code */
     pkg_callback pks_handler;  /**< @brief Message Handler */
     char *pks_title;           /**< @brief Description of message type */
-    void *pks_user_data;             /**< @brief User defined pointer to data 
*/
+    void *pks_user_data;        /**< @brief User defined pointer to data */
 };
 
 /**
@@ -92,7 +92,7 @@
     struct pkg_header pkc_hdr;                 /**< @brief hdr of cur msg */
     size_t pkc_len;                            /**< @brief pkg_len, in host 
order */
     unsigned short pkc_type;                   /**< @brief pkg_type, in host 
order */
-    void *pkc_user_data;                             /**< @brief User defined 
pointer to data for the current pkg_type */
+    void *pkc_user_data;                        /**< @brief User defined 
pointer to data for the current pkg_type */
     /* OUTPUT BUFFER */
     char pkc_stream[PKG_STREAMLEN];            /**< @brief output stream */
     unsigned int pkc_magic;                    /**< @brief for validating 
pointers */


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to