]> git.armaanb.net Git - bin.git/blobdiff - morse.c
xsel: new script
[bin.git] / morse.c
diff --git a/morse.c b/morse.c
index eb0bd8ee4f3c7db0609a6bba37b19ab4657bfcbc..3c5698e27d56179206e3d1512c4d2640047acbad 100644 (file)
--- a/morse.c
+++ b/morse.c
@@ -1,6 +1,6 @@
-/* Convert ASCII to morse code. Reads from stdin if provided with no argument
-        or "-", otherwise reads from the first command line argument. Prints "?" if
-        character is not found. */
+/* Convert ASCII to morse code. Reads from stdin if provided with no argument  
+ or "-", otherwise reads from the first command line argument. Prints "?" if   
+ character is not found. */  
 
 #include <string.h>
 #include <stdio.h>