diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2014-02-06 21:25:58 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2014-02-14 01:41:53 +0100 |
commit | e049fbc7fe8f8661bc717dad2749e09b269a8737 (patch) | |
tree | 133a6d587929cb2b0a7674d007854af18702b736 | |
parent | 575b1f4a207b0b486c2f80c04abe6f67f2a11cea (diff) |
rename list.s in list.asm
the files with '.s' extension are not properly displayed by github.
-rw-r--r-- | list.asm (renamed from list.s) | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -161,3 +161,5 @@ list_apply: ;; {{{ ret ;; }}} + +; vim:ft=nasm |