diff options
Diffstat (limited to 'graphics/ida/files/patch-viewer.c')
-rw-r--r-- | graphics/ida/files/patch-viewer.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/ida/files/patch-viewer.c b/graphics/ida/files/patch-viewer.c new file mode 100644 index 000000000000..58d83de85b09 --- /dev/null +++ b/graphics/ida/files/patch-viewer.c @@ -0,0 +1,11 @@ +--- viewer.c.orig 2017-08-30 10:48:03 UTC ++++ viewer.c +@@ -39,7 +39,7 @@ + + #define PROCESS_LINES 16 + +-int debug; ++extern int debug; + Cursor ptrs[POINTER_COUNT]; + + /* ----------------------------------------------------------------------- */ |