diff options
| author | Astrid Smith | 2010-06-20 23:45:44 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-06-20 23:45:44 -0700 |
| commit | 04658aaf0590e3a60a84bb0fb906772cd83f1955 (patch) | |
| tree | 58b913708370000d24d71d7a8ec5452ad46f1dc0 /video.c | |
| parent | 5b599b1d3f2bff06b61c4e033a928eca27275abb (diff) | |
Forgot to pop the ROM_CALL arguments ...
Diffstat (limited to 'video.c')
| -rw-r--r-- | video.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ */ #include <graph.h> -#include <nostub.h> + #define VIDEO_ROWMODE 0x01 #define VIDEO_COLMODE 0x00 |
