diff options
Diffstat (limited to 'src/blowfish.h')
-rw-r--r-- | src/blowfish.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/blowfish.h b/src/blowfish.h index ecf6278b6d..288187f433 100644 --- a/src/blowfish.h +++ b/src/blowfish.h @@ -10,5 +10,4 @@ void bf_crypt_save(void); void bf_crypt_restore(void); int blowfish_self_test(void); -// vim: set ft=c: #endif // NEOVIM_BLOWFISH_H |