TP 13 exo1: Add LTO and GOLD support to the Makefile build options
[TD_C.git] / TP_13 / exo1 / lib / utils.c
index fbd7e01fa7d9a1b9cde178b4da7207f27c8b4f97..5139bae1bccf69facf4748275a45c3da141732dd 100644 (file)
@@ -17,7 +17,7 @@ void swap_ptr(void* v1, void* v2) {
 void handle_prompt_error(int errno) {
     if (errno != 0) {
         printf("\nMerci de saisir un nombre entier, exiting\n");
-        /*  it's somewhat violent but better than looping forever */
+        /* it's somewhat violent but better than looping forever */
         exit(EXIT_FAILURE);
     }
 }