diff --git a/Application_examples/Knapsack_Weight_Limit.mp b/Application_examples/Knapsack_Weight_Limit.mp
index 0c3399bb39ac8414f1c3d0308530c304b17eaafc..3301053af6edef66bf7738fd6164b3f98318609f 100644
--- a/Application_examples/Knapsack_Weight_Limit.mp
+++ b/Application_examples/Knapsack_Weight_Limit.mp
@@ -14,7 +14,9 @@ Example 38 Knapsack
     small N,in particular, it stabilizes at scope 4).
     
 	Run for scope 1 and up to 5
-*/
+
+==========================================================*/
+
 SCHEMA Knapsack
 
 ATTRIBUTES { number limit, accumulated_total, current_max,