Skip to content
Snippets Groups Projects
Unverified Commit 30c33b08 authored by Jake Drahos's avatar Jake Drahos
Browse files

fixed a typo

parent 5e2ae3db
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,6 @@ void ucart_backendDisconnect(struct backend_conn * conn); ...@@ -12,6 +12,6 @@ void ucart_backendDisconnect(struct backend_conn * conn);
/* Get a string from the backend. NOTE: free() the string when /* Get a string from the backend. NOTE: free() the string when
* you are done with it. * you are done with it.
*/ */
char * backendGetline(struct backend_conn * conn); char * ucart_backendGetline(struct backend_conn * conn);
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment