Skip to content

Commit

Permalink
Merge pull request #28 from LedgerHQ/tdj/2.34.12
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Mar 4, 2024
1 parent 6e97d37 commit 4fe6c04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/src/coin.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
********************************************************************************/
#pragma once

#ifdef __cplusplus
extern "C" {
#endif
Expand Down
2 changes: 1 addition & 1 deletion app/src/tx_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ parser_error_t tx_getToken(uint16_t token_index,
extraDepthLevel = true;
}
break;
}
}
}
pageStringExt(out_val, out_val_len, inValue, inLen, pageIdx, pageCount);
}
Expand Down

0 comments on commit 4fe6c04

Please sign in to comment.