From a3527a476a1fd74d1bb8e289b1acb2f274779477 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 12 May 2014 14:20:52 -0700 Subject: [PATCH] Zap empty line --- README.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/README.markdown b/README.markdown index e1ef4c68..2beb1ef8 100644 --- a/README.markdown +++ b/README.markdown @@ -201,7 +201,6 @@ them: int sodium_mlock(void *addr, size_t len); - Once done with these pages, they can be unlocked with `sodium_munlock()`. This function will zero the data before unlocking the pages.