diff options
Diffstat (limited to 'aufgabe4/conv.c')
| -rw-r--r-- | aufgabe4/conv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aufgabe4/conv.c b/aufgabe4/conv.c index 919965c..6520943 100644 --- a/aufgabe4/conv.c +++ b/aufgabe4/conv.c @@ -19,7 +19,7 @@ void conv() { int number; struct msg *first; struct msg *second; - for (;;) { + while (1) { /* Zufallszahl generieren */ number = rand(); |
