diff tools/ppl.c @ 2414:69a5af2eb1ea

Remove useless dmMemset().
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 13 Jan 2020 23:27:01 +0200
parents bc05bcfc4598
children 275374725598
line wrap: on
line diff
--- a/tools/ppl.c	Mon Jan 13 23:20:56 2020 +0200
+++ b/tools/ppl.c	Mon Jan 13 23:27:01 2020 +0200
@@ -553,7 +553,7 @@
     int result = -1;
     BOOL muteState = FALSE;
 
-    dmMemset(&eng, 0, sizeof(eng));
+    memset(&eng, 0, sizeof(eng));
 
     eng.optScrWidth = 640;
     eng.optScrHeight = 480;