aboutsummaryrefslogtreecommitdiff
path: root/mousetsr.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-04-11 04:36:49 +0200
committerJavier <dev.git@javispedro.com>2022-04-11 04:36:49 +0200
commit19231982b2f374aed286f4697aebd3fb9fda05d8 (patch)
tree1922eaf34af3d904ce0f75c0e812e8da8e0d38d4 /mousetsr.h
parent970f90228a6978712c28529437721caffec76202 (diff)
downloadvbados-19231982b2f374aed286f4697aebd3fb9fda05d8.tar.gz
vbados-19231982b2f374aed286f4697aebd3fb9fda05d8.zip
add new virtualbox shared folders client
Diffstat (limited to 'mousetsr.h')
-rw-r--r--mousetsr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mousetsr.h b/mousetsr.h
index a025c92..5958505 100644
--- a/mousetsr.h
+++ b/mousetsr.h
@@ -17,8 +17,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#ifndef DOSTSR_H
-#define DOSTSR_H
+#ifndef MOUSETSR_H
+#define MOUSETSR_H
#include <stdbool.h>
#include <stdint.h>
@@ -214,4 +214,4 @@ static inline unsigned get_resident_size(void)
return FP_OFF(&resident_end);
}
-#endif
+#endif /* MOUSETSR_H */