From 312b4892b15c89900cef2e6962c27f543fe958a4 Mon Sep 17 00:00:00 2001 From: iddoeldor Date: Sat, 13 Oct 2018 16:14:35 +0300 Subject: [PATCH] style --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7775b79..50911e4 100644 --- a/README.md +++ b/README.md @@ -421,7 +421,7 @@ if __name__ == '__main__':
Symbol Type Table -``` +
     "A" The symbol's value is absolute, and will not be changed by further linking.
     "B" The symbol is in the uninitialized data section (known as BSS).
     "C" The symbol is common.  Common symbols are uninitialized data.
@@ -452,7 +452,7 @@ if __name__ == '__main__':
         In this case, the next values printed are the stabs other field, the stabs desc field, and the stab type.  
         Stabs symbols are used to hold debugging information.
     "?" The symbol type is unknown, or object file format specific.
-```
+

[⬆ Back to top](#table-of-contents)