~canonical-scott/grepmap/trunk

« back to all changes in this revision

Viewing changes to src/util.c

  • Committer: Scott James Remnant
  • Date: 2005-09-29 05:00:10 UTC
  • Revision ID: scott@netsplit.com-20050929050010-2da79cebe94c31f9
* src/util.c (parse_line): Fix docstring terminator.

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
 *   parse_line(line, "xxa", &hex1, &hex2, array, 4)
176
176
 *
177
177
 * Returns: 0 if all values are pased, 1 if not.
178
 
 */
 
178
 **/
179
179
int
180
180
parse_line (const char *line,
181
181
            const char *format,