diff options
Diffstat (limited to 'test/manual/cedet/tests/testspp.c')
-rw-r--r-- | test/manual/cedet/tests/testspp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/manual/cedet/tests/testspp.c b/test/manual/cedet/tests/testspp.c index 02eab53afb6..dc8f4a54bae 100644 --- a/test/manual/cedet/tests/testspp.c +++ b/test/manual/cedet/tests/testspp.c @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. + along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ int some_fcn (){} @@ -99,4 +99,3 @@ int no_show_moose_elif_2() {} #else int show_moose_elif_else() {} #endif - |