Changeset 2560529 for fmtext.c


Ignore:
Timestamp:
Jun 25, 2011, 4:09:25 AM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
bc932fd, f2a96c0, d8e2f07
Parents:
c266281
Message:
Consistently place function annotation at the beginning

char CALLER_OWN * doesn't make a whole lot of sense.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fmtext.c

    rce68f23 r2560529  
    171171 * freeing the return
    172172 */
    173 char CALLER_OWN *owl_fmtext_print_plain(const owl_fmtext *f)
     173CALLER_OWN char *owl_fmtext_print_plain(const owl_fmtext *f)
    174174{
    175175  return owl_strip_format_chars(f->buff->str);
Note: See TracChangeset for help on using the changeset viewer.