txlyre 8 tuntia sitten
vanhempi
commit
528a71da14
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      qirt.c

+ 2 - 2
qirt.c

@@ -607,7 +607,7 @@ static void qi_scope_run_defers(qi_state_t *state, qi_scope_t *scope) {
     qi_defer_t defer = (qi_defer_t)(qi_list_data(defers, i));
 
     defer(state);
-  }  
+  }
 }
 
 static bool _qi_old_scope(qi_state_t *state, bool ignore_barriers) {
@@ -1267,7 +1267,7 @@ void qi_fatal(qi_state_t *state, char *format, ...) {
         fprintf(stderr, "  %s, call to %s\n", debug_data,
                 func->value.function.name);
       else
-        fprintf(stderr, "  File N/A, line N/A, call to %s\n",
+        fprintf(stderr, "  Call to %s\n",
                 func->value.function.name);
     }
   }