Skip to content

Commit 1375e4b

Browse files
committed
Misc. small fixs.
1 parent 6ac4f47 commit 1375e4b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/bin/daemon/LCDPlugins/LCDPlugin.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class LCDPlugin
149149
bool _initialized;
150150
bool _everLocked;
151151
uint16_t _frameCounter; /* frame counter */
152-
uint16_t _frameIndex; /* frame index in the container */
152+
uint16_t _frameIndex; /* frame index in the container */
153153
std::vector<LCDPBMFrame> _PBMFrames;
154154
std::vector<LCDPBMFrame>::iterator _itCurrentFrame;
155155

src/bin/daemon/LCDPlugins/fonts.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* This file is part of GLogiK project.
44
* GLogiK, daemon to handle special features on gaming keyboards
5-
* Copyright (C) 2016-2020 Fabrice Delliaux <[email protected]>
5+
* Copyright (C) 2016-2021 Fabrice Delliaux <[email protected]>
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/bin/daemon/USBAPIenums.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* This file is part of GLogiK project.
44
* GLogiK, daemon to handle special features on gaming keyboards
5-
* Copyright (C) 2016-2020 Fabrice Delliaux <[email protected]>
5+
* Copyright (C) 2016-2021 Fabrice Delliaux <[email protected]>
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by
@@ -19,8 +19,8 @@
1919
*
2020
*/
2121

22-
#ifndef SRC_INCLUDE_USBAPI_ENUMS_HPP_
23-
#define SRC_INCLUDE_USBAPI_ENUMS_HPP_
22+
#ifndef SRC_BIN_DAEMON_USBAPI_ENUMS_HPP_
23+
#define SRC_BIN_DAEMON_USBAPI_ENUMS_HPP_
2424

2525
#include <cstdint>
2626

0 commit comments

Comments
 (0)