Skip to content

Commit c72caff

Browse files
committed
window management
1 parent 7c52752 commit c72caff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/Display.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ namespace udd {
222222
if (image.getHeight() != height ||
223223
image.getWidth() != width) {
224224
fprintf(stderr, "Image size does not match window size. Height: [Image=%d, Window=%d] Width: [Image=%d, Window=%d]\n",
225-
image.getHeight(), height, image.getWidth, width);
225+
image.getHeight(), height, image.getWidth(), width);
226226
}
227227

228228
/*

0 commit comments

Comments
 (0)