Skip to content

Commit f36ec17

Browse files
frikiluserh01ger
authored andcommitted
Fix wrapped_lines variable declaration (extern)
Signed-off-by: Holger Levsen <[email protected]>
1 parent f347fda commit f36ec17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/t4k_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ MFStrategy;
245245
#define MAX_LINES 128 //!< Maximum lines to wrap.
246246
#define MAX_LINEWIDTH 256 //!< Maximum characters of each line.
247247

248-
static char wrapped_lines[MAX_LINES][MAX_LINEWIDTH]; //!< Global buffer for wrapped lines.
248+
extern static char wrapped_lines[MAX_LINES][MAX_LINEWIDTH]; //!< Global buffer for wrapped lines.
249249

250250
//TODO separate headers for different areas a la SDL?
251251

0 commit comments

Comments
 (0)