Skip to content
Snippets Groups Projects
Commit 85fe1f7c authored by Kostyantyn Vorobyov's avatar Kostyantyn Vorobyov Committed by Julien Signoles
Browse files

[RTL] Fixed a couple typos in list-based ADM memory model

parent 2710aaa6
No related branches found
No related tags found
No related merge requests found
......@@ -154,8 +154,8 @@ static void debug_rec(struct _node * ptr) {
static void debug_struct() {
DLOG("\t\t\t------------DEBUG\n");
__debug_rec(__root);
DLOF("\t\t\t-----------------\n");
debug_rec(__root);
DLOG("\t\t\t-----------------\n");
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment