summaryrefslogtreecommitdiff
path: root/ted.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-07-20 20:27:39 -0400
committerpommicket <pommicket@gmail.com>2023-07-20 20:28:20 -0400
commitb303a87db03522795ec8697415b61750d5f8c565 (patch)
treee11cea6448300a6a4297e3d2e893420220a60523 /ted.c
parentc1e218d3fa6b58743aa4716ad3d70193c2b345a4 (diff)
update deb Installed-Size, fix warning on non-Windows2.4.1
Diffstat (limited to 'ted.c')
-rw-r--r--ted.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.c b/ted.c
index 5585685..6a44d83 100644
--- a/ted.c
+++ b/ted.c
@@ -351,6 +351,7 @@ static float ted_get_ui_scaling(Ted *ted) {
return 1;
return (float)dpi / 96.0f;
#else
+ (void)ted;
return 1;
#endif
}