summaryrefslogtreecommitdiffstats
path: root/loader/ldt_keeper.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/ldt_keeper.c')
-rw-r--r--loader/ldt_keeper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/ldt_keeper.c b/loader/ldt_keeper.c
index 0fcc98d53c..92a7df88a5 100644
--- a/loader/ldt_keeper.c
+++ b/loader/ldt_keeper.c
@@ -182,7 +182,7 @@ ldt_fs_t* Setup_LDT_Keeper(void)
{
struct modify_ldt_ldt_s array;
int ret;
- ldt_fs_t* ldt_fs = (ldt_fs_t*) malloc(sizeof(ldt_fs_t));
+ ldt_fs_t* ldt_fs = malloc(sizeof(ldt_fs_t));
if (!ldt_fs)
return NULL;