diff options
Diffstat (limited to 'src/nvim/path.h')
-rw-r--r-- | src/nvim/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/path.h b/src/nvim/path.h index 37a0883c7f..c8d192dffe 100644 --- a/src/nvim/path.h +++ b/src/nvim/path.h @@ -39,4 +39,4 @@ typedef enum file_comparison { #ifdef INCLUDE_GENERATED_DECLARATIONS # include "path.h.generated.h" #endif -#endif +#endif // NVIM_PATH_H |