From ed15f337d98d7b3a998009d4a11836baa6143d2d Mon Sep 17 00:00:00 2001 From: uz Date: Sun, 4 Oct 2009 13:04:53 +0000 Subject: [PATCH] Use a simple expression now that ldwarning is available as an assert action. git-svn-id: svn://svn.cc65.org/cc65/trunk@4324 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/c128/toggle_videomode.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/c128/toggle_videomode.s b/libsrc/c128/toggle_videomode.s index 9af136762..a94e416ee 100644 --- a/libsrc/c128/toggle_videomode.s +++ b/libsrc/c128/toggle_videomode.s @@ -9,7 +9,7 @@ .import SWAPPER, BSOUT ; This function is deprecated -.assert * < 0, ldwarning, "toggle_videomode() is deprecated, please use videomode() instead!" +.assert 0, ldwarning, "toggle_videomode() is deprecated, please use videomode() instead!" -- 2.39.5