removed duplicate const declaration
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sat, 16 Sep 2017 09:25:13 +0000 (11:25 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 17 Sep 2017 07:23:48 +0000 (09:23 +0200)
During clang compilation the following warning

  duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  extern const char const examples_dir[];
                  ^
is shown. I removed the duplicate const declaration to avoid the
warning.


No differences found