From 1d50a3eb9ba252be23e01984002cd6ace6af4b79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Fri, 17 Feb 2017 13:04:47 +0100
Subject: [PATCH] Corrections of code highliting

---
 docs.it4i/salomon/software/compilers.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/salomon/software/compilers.md b/docs.it4i/salomon/software/compilers.md
index 99c8668c8..a49aa8eb4 100644
--- a/docs.it4i/salomon/software/compilers.md
+++ b/docs.it4i/salomon/software/compilers.md
@@ -96,7 +96,7 @@ $ g++ -v
 
 Simple program to test the compiler
 
-```upc
+```cpp
 $ cat count.upc
 
 /* hello.upc - a simple UPC example */
@@ -145,7 +145,7 @@ For production runs, it is recommended to use the native InfiniBand implementati
 
 Example UPC code:
 
-```upc
+```cpp
 $ cat hello.upc
 
 /* hello.upc - a simple UPC example */
-- 
GitLab