[loc] fix spaces before full stops

* Also: "Asserts, it's not just for debug any more!"
This commit is contained in:
Pete Batard 2018-07-31 20:47:24 +01:00
parent d5f9c568ad
commit 71578459d7
10 changed files with 38 additions and 30 deletions

View file

@ -31,6 +31,7 @@
#include <stddef.h>
#include <ctype.h>
#include <locale.h>
#undef NDEBUG
#include <assert.h>
#include "rufus.h"