diff OrthancServer/main.cpp @ 2699:52217dc47a4e

new image/pam MIME TYPE supported in /instances/../frames/../image-uint8... routes
author am@osimis.io
date Thu, 05 Jul 2018 12:25:00 +0200
parents 40c7926b75f8
children 83c991aeb611
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Thu Jun 28 12:24:45 2018 +0200
+++ b/OrthancServer/main.cpp	Thu Jul 05 12:25:00 2018 +0200
@@ -1057,7 +1057,7 @@
   database.Open();
 
   unsigned int currentVersion = database.GetDatabaseVersion();
-  
+
   if (upgradeDatabase)
   {
     UpgradeDatabase(database, storageArea);