remove trailing whitespace

This commit is contained in:
Stanislav Laznicka 2019-10-04 11:56:52 +02:00
parent 7485d89a4a
commit 80a0599a9c
No known key found for this signature in database
GPG Key ID: C98C414936B1A7F3
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ void log_init(char** log)
log[DGN_NULL] = lang.err_null;
log[DGN_ALLOC] = lang.err_alloc;
log[DGN_BOUNDS] = lang.err_bounds;
log[DGN_DOMAIN] = lang.err_domain;
log[DGN_DOMAIN] = lang.err_domain;
log[DGN_MLOCK] = lang.err_mlock;
log[DGN_XSESSIONS_DIR] = lang.err_xsessions_dir;
log[DGN_XSESSIONS_OPEN] = lang.err_xsessions_open;