diff options
author | Christian Glöckner <cgloeckner@freenet.de> | 2016-01-22 08:57:19 +0100 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-02-09 09:03:16 +0100 |
commit | 5b8b9365bab673aae6dea10b7c231fcff5fea665 (patch) | |
tree | dd709fca9985c243537f445e623d71e1126fc9ab /drumgizmo/output | |
parent | 0ace1d379dad2639e878664b115b636421a7baa4 (diff) |
fixed header information
Diffstat (limited to 'drumgizmo/output')
-rw-r--r-- | drumgizmo/output/outputdummy.cc | 2 | ||||
-rw-r--r-- | drumgizmo/output/outputdummy.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drumgizmo/output/outputdummy.cc b/drumgizmo/output/outputdummy.cc index 7f62a3d..3c390a5 100644 --- a/drumgizmo/output/outputdummy.cc +++ b/drumgizmo/output/outputdummy.cc @@ -1,6 +1,6 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /*************************************************************************** - * dummy.cc + * outputdummy.cc * * Fr 22. Jan 08:15:04 CET 2016 * Copyright 2016 Christian Glöckner diff --git a/drumgizmo/output/outputdummy.h b/drumgizmo/output/outputdummy.h index 758a47a..e1e18c7 100644 --- a/drumgizmo/output/outputdummy.h +++ b/drumgizmo/output/outputdummy.h @@ -1,6 +1,6 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /*************************************************************************** - * dummy.h + * outputdummy.h * * Fr 22. Jan 08:15:04 CET 2016 * Copyright 2016 Christian Glöckner |