diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-09-08 14:33:01 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-09-08 14:33:01 +0200 |
commit | b1b804c4c8a3b1440a83072c54244a848463eb7d (patch) | |
tree | 12e089b7edab9f0e1b71c6b10028dcf6f79c787d /src | |
parent | 195bc94b9aff195fbed3221d645b5f32bdbbef92 (diff) | |
download | librda-b1b804c4c8a3b1440a83072c54244a848463eb7d.tar.gz librda-b1b804c4c8a3b1440a83072c54244a848463eb7d.tar.bz2 librda-b1b804c4c8a3b1440a83072c54244a848463eb7d.zip |
src/*.h: Fix file names in comment header.
Diffstat (limited to 'src')
-rw-r--r-- | src/rda_ogon.h | 2 | ||||
-rw-r--r-- | src/rda_x2go.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rda_ogon.h b/src/rda_ogon.h index 081856c..76e60f7 100644 --- a/src/rda_ogon.h +++ b/src/rda_ogon.h @@ -1,6 +1,6 @@ /* -*- Mode: C; c-set-style: linux indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ -/* rda_x2go.c - Remote Desktop Awareness for Ogon RDP Sessions +/* rda_ogon.h - Remote Desktop Awareness for Ogon RDP Sessions Copyright (C) 2018 Mike Gabriel All rights reserved. diff --git a/src/rda_x2go.h b/src/rda_x2go.h index ceeb9d4..f063a0e 100644 --- a/src/rda_x2go.h +++ b/src/rda_x2go.h @@ -1,6 +1,6 @@ /* -*- Mode: C; c-set-style: linux indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ -/* rda_x2go.c - Remote Desktop Awareness for X2Go Sessions +/* rda_x2go.h - Remote Desktop Awareness for X2Go Sessions Copyright (C) 2018 Mike Gabriel All rights reserved. |