/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to libssts/Error.c

  • Committer: Gustav Hartvigsson
  • Date: 2021-09-09 10:23:09 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20210909102309-b79pigoha67t5m92
* stuff to do with the unfinished base32 implementation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
void
67
67
_internal_s_error_list_for_each_item (SDynamicArray * in_array,
68
 
                                        SErrorItem * item,
69
 
                                        SDynamicArray * out_array);
 
68
                                      SErrorItem * item,
 
69
                                      SDynamicArray * out_array);
70
70
 
71
71
schar *
72
72
s_default_error_domain_to_string (sint error_id, schar * msg) {