diff options
Diffstat (limited to 'subversion/include/svn_repos.h')
-rw-r--r-- | subversion/include/svn_repos.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/subversion/include/svn_repos.h b/subversion/include/svn_repos.h index 2cec6dd02ad9..6ffa84257ba0 100644 --- a/subversion/include/svn_repos.h +++ b/subversion/include/svn_repos.h @@ -298,8 +298,7 @@ typedef struct svn_repos_notify_t * the revision which just completed. */ svn_revnum_t revision; - /** For #svn_repos_notify_warning, the warning object. Must be cleared - by the consumer of the notification. */ + /** For #svn_repos_notify_warning, the warning object. */ const char *warning_str; svn_repos_notify_warning_t warning; |