Skip to content
Snippets Groups Projects
Commit d678aa50 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Mark function static

parent 54ad128f
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
...@@ -150,7 +150,7 @@ rw_get(NewIfcObj obj, int attr, ...) ...@@ -150,7 +150,7 @@ rw_get(NewIfcObj obj, int attr, ...)
return rw->api.last_error == NewIfc_error_none; return rw->api.last_error == NewIfc_error_none;
} }
NewIfcObj static NewIfcObj
rw_copy(NewIfcObj old) rw_copy(NewIfcObj old)
{ {
struct root_window *ret; struct root_window *ret;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment