From dc9f92ecdbfe371e12b0db09bd5ff94d3f4c52fd Mon Sep 17 00:00:00 2001 From: sa666666 Date: Wed, 17 Jan 2018 13:22:49 -0330 Subject: [PATCH] A fix for the previous fix. --- src/common/FrameBufferSDL2.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/FrameBufferSDL2.hxx b/src/common/FrameBufferSDL2.hxx index 489ff4b4b..74969ed55 100644 --- a/src/common/FrameBufferSDL2.hxx +++ b/src/common/FrameBufferSDL2.hxx @@ -48,7 +48,7 @@ class FrameBufferSDL2 : public FrameBuffer ////////////////////////////////////////////////////////////////////// /** - Updates window title/ + Updates window title. @param title The title of the application / window */