Navigation Menu

Skip to content

Commit

Permalink
check_mkdir: undef local macro after use
Browse files Browse the repository at this point in the history
  • Loading branch information
musteresel committed Dec 25, 2017
1 parent d1e8d6f commit 3142d41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/io.c
Expand Up @@ -606,6 +606,8 @@ create_dir (const gchar *dir)
check_mkdir (work_path, 0700);
g_free (work_path);

#undef check_mkdir

return EXIT_SUCCESS;
}

Expand Down

0 comments on commit 3142d41

Please sign in to comment.