Skip to content

Commit 8b865ee

Browse files
authored
Update ofFileUtils.cpp
1 parent dc31e70 commit 8b865ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/openFrameworks/utils/ofFileUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ uid_t geteuid() {
1212
return 0;
1313
}
1414
gid_t getegid() {
15-
return 0
15+
return 0;
1616
}
1717
#endif
1818
#ifdef TARGET_OSX

0 commit comments

Comments
 (0)