Skip to content
Snippets Groups Projects
Commit 6e184c40 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Fix missing struct keyword

parent 0b194ad6
Branches
Tags
No related merge requests found
......@@ -57,7 +57,7 @@ int C_Services_delete(struct C_Services_t* svcs);
int C_Services_service(struct C_Services_t* svcs,
char* name,
unsigned int id,
C_IService_t** svc);
struct C_IService_t** svc);
/**
* create foreign representation from a C++ Object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment