We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc31e70 commit 8b865eeCopy full SHA for 8b865ee
1 file changed
libs/openFrameworks/utils/ofFileUtils.cpp
@@ -12,7 +12,7 @@ uid_t geteuid() {
12
return 0;
13
}
14
gid_t getegid() {
15
- return 0
+ return 0;
16
17
#endif
18
#ifdef TARGET_OSX
0 commit comments