diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-04-18 20:57:12 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-04-18 20:57:12 +0000 |
| commit | 1f7f0b8da7a868b40c23f034c75bce46713c5c32 (patch) | |
| tree | d8f8bba4aa9b253be804dfd2ac8dc89f4532e898 /src/widget_textfield.c | |
| parent | 41adf4a371c15229f882c0a433b09c8848ea66f4 (diff) | |
- ide to skompilovat :)
- oprava chyby, pri strele do miny zmiznu _vsetky_ streli
- ide to aj (na/od)instalovat :))
git-svn-id: http://opensvn.csie.org/tuxanci_ng@47 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/widget_textfield.c')
| -rw-r--r-- | src/widget_textfield.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget_textfield.c b/src/widget_textfield.c index fb3e902..d61718f 100644 --- a/src/widget_textfield.c +++ b/src/widget_textfield.c @@ -1,4 +1,3 @@ - #include <stdlib.h> #include "main.h" @@ -192,3 +191,4 @@ void destroyWidgetTextfield(widget_textfield_t *p) { free(p); } + |