Skip to content

Commit

Permalink
Semicolon...
Browse files Browse the repository at this point in the history
  • Loading branch information
devtekve committed Nov 24, 2024
1 parent b37f847 commit 07d1ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/hardware/hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace Path {

inline std::string shm_path() {
#ifdef __APPLE__
return"/tmp"
return"/tmp";
#else
return "/dev/shm";
#endif
Expand Down

0 comments on commit 07d1ec6

Please sign in to comment.