diff options
Diffstat (limited to 'tinyc/examples/ex1.c')
-rw-r--r-- | tinyc/examples/ex1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyc/examples/ex1.c b/tinyc/examples/ex1.c index 28139f92e..3d2a3e18f 100644 --- a/tinyc/examples/ex1.c +++ b/tinyc/examples/ex1.c @@ -1,4 +1,4 @@ -#! /usr/local/bin/tcc -run +#!/usr/local/bin/tcc -run #include <tcclib.h> int main() |