From: <svn...@op...> - 2009-10-22 21:34:16
|
Author: paule Date: Thu Oct 22 23:34:00 2009 New Revision: 5890 URL: http://www.opensync.org/changeset/5890 Log: API documentation: minor fix to OSyncStartType documentation Modified: trunk/opensync/opensync.h Modified: trunk/opensync/opensync.h ============================================================================== --- trunk/opensync/opensync.h Thu Oct 22 23:28:15 2009 (r5889) +++ trunk/opensync/opensync.h Thu Oct 22 23:34:00 2009 (r5890) @@ -146,7 +146,7 @@ * Determines how the sync process is to be run. */ typedef enum { - /** The start type is unknown, there was an error */ + /** The start type is unknown (has not been set) */ OSYNC_START_TYPE_UNKNOWN, /** Start as child process */ OSYNC_START_TYPE_PROCESS, |