updated
authorChristian Urban <christian dot urban at kcl dot ac dot uk>
Mon, 05 Oct 2015 12:47:56 +0100
changeset 394 ea1ee786d5a7
parent 393 cb308583d86c
child 395 60f64793266f
updated
progs/C0.c
--- a/progs/C0.c	Mon Oct 05 12:47:04 2015 +0100
+++ b/progs/C0.c	Mon Oct 05 12:47:56 2015 +0100
@@ -13,7 +13,7 @@
  
 int main (int argc, char **argv)
 {
-  foo("my string is too long !!!!!"); 
+  foo("my string is too long !!!!!");    
   //foo("my string is too long !!!!! \x15\xcd\x5d\x07"); 
   return 0;
 }