Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

Commit

Permalink
myhtml_incomming_buffer_add => myhtml_incoming_buffer_add
Browse files Browse the repository at this point in the history
  • Loading branch information
lexborisov committed Nov 15, 2016
1 parent aa40113 commit 703a39f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/mycss/tokenizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

mycss_status_t mycss_tokenizer_chunk(mycss_entry_t* entry, const char* css, size_t css_length)
{
entry->current_buffer = myhtml_incomming_buffer_add(entry->current_buffer, entry->mcobject_incoming_buffer,
css, css_length);
entry->current_buffer = myhtml_incoming_buffer_add(entry->current_buffer, entry->mcobject_incoming_buffer,
css, css_length);

if(entry->current_buffer == NULL)
return MyCSS_STATUS_ERROR_TOKENIZER_INCOMING_BUFFER_ADD;
Expand Down

0 comments on commit 703a39f

Please sign in to comment.