Minor style adjustment.

This commit is contained in:
Oliver Schmidt
2015-10-09 22:18:51 +02:00
parent 326da85145
commit ccc7c2b1f9
4 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
.export __getdefdev ; get default device
.export __defdev ; this is the default device string (e.g. "D1:")
.ifdef DYNAMIC_DD
.constructor __getdefdev,24
.constructor __getdefdev, 24
.endif
; Get default device (LBUF will be destroyed!!)