Skip to content

Commit 680f553

Browse files
committed
Small comment
1 parent 5ea4705 commit 680f553

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ int main(int argc, const char * argv[]) {
5757
struct fuse_args args = {argc, fuse_argv, 1};
5858
struct fuse_ramfs_options options = {0};
5959
char *mountpoint;
60+
// default error, exit code of any kind of failure
6061
int err = -1;
6162

6263
std::srand(std::time(nullptr));

0 commit comments

Comments
 (0)