Changeset 1301


Ignore:
Timestamp:
11/08/06 08:59:23 (7 years ago)
Author:
sam
Message:
  • Minor syntax fix in the doxygen documentation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/cucul/buffer.c

    r1249 r1301  
    3535 * 
    3636 *  Keep in mind that buffers are not strings. When loading a C string, the 
    37  *  terminating '\0' must not be part of the buffer, hence \e size should 
    38  *  be computed with strlen(). Conversely, the '\0' is not appended to 
     37 *  terminating '\\0' must not be part of the buffer, hence \e size should 
     38 *  be computed with strlen(). Conversely, the '\\0' is not appended to 
    3939 *  exported buffers even when they could be parsed as strings. 
    4040 * 
Note: See TracChangeset for help on using the changeset viewer.