Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
step0035 committed Jun 15, 2023
1 parent ef44881 commit 1b95a9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ s32 getPref_str_new(const char *domain, const char *key, char * buf, size_t bufS
s32 getPref_bin_new(const char *domain, const char *key, u8 * buf, size_t bufSize, size_t *outLen)
{
dct_handle_t handle;
s32 ret = -1;
s32 ret;
char ns[15];

// Loop over DCT1 modules
Expand Down

0 comments on commit 1b95a9f

Please sign in to comment.