Fix typo in comment

Change-Id: I9b24d324fd61f2f0d2e85a9d123778557e14d63c
Signed-off-by: VDavid003 <virag.david003@gmail.com>
This commit is contained in:
VDavid003
2019-10-18 22:43:20 +02:00
parent c1d7c35049
commit 2034a41934
+1 -1
View File
@@ -974,7 +974,7 @@ int GUIAction::screenshot(std::string arg __unused)
gui_msg(Msg("screenshot_saved=Screenshot was saved to {1}")(path));
// blink to notify that the screenshow was taken
// blink to notify that the screenshot was taken
gr_color(255, 255, 255, 255);
gr_fill(0, 0, gr_fb_width(), gr_fb_height());
gr_flip();