mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 06:07:34 +02:00
gcc11 -Wall -Wpedantic cleanup
This commit is contained in:
+1
-1
@@ -693,7 +693,7 @@ ExtPrintStyle(dolist, doforall, docurrent)
|
||||
if (!dolist) TxPrintf("The current style is \"");
|
||||
#ifdef MAGIC_WRAPPER
|
||||
if (dolist)
|
||||
Tcl_SetResult(magicinterp, ExtCurStyle->exts_name, NULL);
|
||||
Tcl_SetResult(magicinterp, (char *) ExtCurStyle->exts_name, NULL);
|
||||
else
|
||||
#endif
|
||||
TxPrintf("%s", ExtCurStyle->exts_name);
|
||||
|
||||
Reference in New Issue
Block a user