-
[physik/nlsop.git] / nlsop.c
diff --git a/nlsop.c b/nlsop.c
index f2acfb4..f548b54 100644 (file)
--- a/nlsop.c
+++ b/nlsop.c
@@ -519,11 +519,12 @@ int main(int argc,char **argv)
  z=d3_l.max_z/2-1;
 
 #ifdef NODFB
- if(!strcmp(s_file,"")
+ if(!strcmp(s_file,""))
  {
   puts("NODFB defined, run with -S option");
   return -1;
  }
+#endif
 
  if(!strcmp(r_file,"")) rand_init(NULL);
  else rand_init(r_file);
@@ -562,7 +563,7 @@ int main(int argc,char **argv)
 #endif
  }
 
-#ifedef USE_DFB_API
+#ifdef USE_DFB_API
  d3_event_init(&d3_l);
 #endif