Skip to content

Commit

Permalink
Fix doxigen comment after changed const behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
gjanssens committed Mar 19, 2016
1 parent 6c2c2d7 commit dca13d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libqof/qof/qofbook.h
Expand Up @@ -333,7 +333,7 @@ gchar * qof_book_normalize_counter_format(const gchar *format, gchar **err_msg);

/** Get the format string to use for the named counter.
* The return value is NULL on error or the format string of the
* counter. The string should not be freed.
* counter. The returned string should be freed by the caller.
*/
gchar *qof_book_get_counter_format (const QofBook *book, const char *counter_name);

Expand Down

0 comments on commit dca13d6

Please sign in to comment.