Fixed typo. (whopps)

This commit is contained in:
2025-02-27 12:24:06 +00:00
parent e5b8ef71f8
commit ec3082c527
+1 -1
View File
@@ -117,7 +117,7 @@ int main(void)
sprintf(filepath, "%s%d.bin", filepath, req.level);
encryptText(req.key, req.key);
emcryptText(req.key, req.key);
writel(filepath, req.key, 256);
}
}